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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 鸚?h鸚? | 11101010010111110011111101101000111010100101111100111111 | ea5f3f68ea5f3f |
EUC-JP | 鸚?h鸚? | 11110011110000000011111101101000111100111100000000111111 | f3c03f68f3c03f |
UTF-8 | 鸚뷡h鸚뷡 | 11101001101110001001101011101011101101111010000101101000111010011011100010011010111010111011011110100001 | e9b89aebb7a168e9b89aebb7a1 |
UHC | 鸚뷡h鸚뷡 | 111001011010010010010101010011000110100011100101101001001001010101001100 | e5a4954c68e5a4954c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)