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 | ???Lh? | 001111110011111100111111010011000110100000111111 | 3f3f3f4c683f |
SJIS-WIN | ?泥?Lh? | 00111111100100110100010000111111010011000110100000111111 | 3f93443f4c683f |
EUC-JP | ?泥?Lh? | 00111111110001011010010100111111010011000110100000111111 | 3fc5a53f4c683f |
UTF-8 | 룵泥펑Lh룵 | 1110101110100011101101011110011010110011101001011110110110001110100100010100110001101000111010111010001110110101 | eba3b5e6b3a5ed8e914c68eba3b5 |
UHC | 룵泥펑Lh룵 | 10001111101010101101001011111010110001101110001101001100011010001000111110101010 | 8faad2fac6e34c688faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)