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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嶸凡嶸弥乘 | 11111010101101001001011001111101111110101011010010010110111011011001100010101001 | fab4967dfab496ed98a9 |
EUC-JP | 嶸凡嶸弥乘 | 100011111011101111110100110010111101111010001111101110111111010011001100111011111101000010101011 | 8fbbf4cbde8fbbf4ccefd0ab |
UTF-8 | 嶸凡嶸弥乘 | 111001011011011010111000111001011000011110100001111001011011011010111000111001011011110010100101111001001011100110011000 | e5b6b8e587a1e5b6b8e5bca5e4b998 |
UHC | 嶸凡嶸?乘 | 111001111010111011011011111011011110011110101110001111111110001110101011 | e7aedbede7ae3fe3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)