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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | 渶??^ | 100011111100011111101101001111110011111101011110 | 8fc7ed3f3f5e |
UTF-8 | 渶뺧쉔^ | 11100110101110001011011011101011101110101010011111101100100010011001010001011110 | e6b8b6ebbaa7ec89945e |
UHC | 渶뺧쉔^ | 11100111101101111001010111101111101111011010100001011110 | e7b795efbda85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)