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 | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-WIN | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
EUC-JP | 饔?????LB | 10001111111010001110111100111111001111110011111100111111001111110100110001000010 | 8fe8ef3f3f3f3f3f4c42 |
UTF-8 | 饔끿턂溜뗫젒LB | 1110100110100101100101001110101110000001101111111110110110000100100000101110111110100111100010111110101110010111101010111110110010100000100100100100110001000010 | e9a594eb81bfed8482efa78beb97abeca0924c42 |
UHC | 饔끿턂溜뗫젒LB | 1110100010111101100001011110011110110101100111101110101011111110100010111110101110100000100100010100110001000010 | e8bd85e7b59eeafe8beba0914c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)