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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 嶸弥亶o | 11111010101101001001011011101101100110001011011101101111 | fab496ed98b76f |
EUC-JP | 嶸弥亶o | 1000111110111011111101001100110011101111110100001011100101101111 | 8fbbf4ccefd0b96f |
UTF-8 | 嶸弥亶o | 11100101101101101011100011100101101111001010010111100100101110101011011001101111 | e5b6b8e5bca5e4bab66f |
UHC | 嶸?亶o | 111001111010111000111111110100111010001001101111 | e7ae3fd3a26f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)