To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 乙?x | 10001001101100110011111101111000 | 89b33f78 |
EUC-JP | 乙?x | 10110010101101010011111101111000 | b2b53f78 |
UTF-8 | 乙렒x | 11100100101110011001100111101011101000001001001001111000 | e4b999eba09278 |
UHC | 乙렒x | 1110101111100000100011101010011101111000 | ebe08ea778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)