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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 嶹嶹^ | 111101101010111011111010101101011111011010101110111110101011010101011110 | f6aefab5f6aefab55e |
EUC-JP | ?嶹?嶹^ | 001111111000111110111011111101010011111110001111101110111111010101011110 | 3f8fbbf53f8fbbf55e |
UTF-8 | 嶹嶹^ | 11101110100100111001010111100101101101101011100111101110100100111001010111100101101101101011100101011110 | ee9395e5b6b9ee9395e5b6b95e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)