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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 寤??寤??^ | 100110111000100000111111001111111001101110001000001111110011111101011110 | 9b883f3f9b883f3f5e |
EUC-JP | 寤??寤??^ | 110101011110100000111111001111111101010111101000001111110011111101011110 | d5e83f3fd5e83f3f5e |
UTF-8 | 寤뤿젵寤뤿젵^ | 11100101101011111010010011101011101001001011111111101100101000001011010111100101101011111010010011101011101001001011111111101100101000001011010101011110 | e5afa4eba4bfeca0b5e5afa4eba4bfeca0b55e |
UHC | 寤뤿젵寤뤿젵^ | 11100111111101011000111111101011101000001010100111100111111101011000111111101011101000001010100101011110 | e7f58feba0a9e7f58feba0a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)