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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 寤??儼 | 100110111000100000111111001111111001100101010110 | 9b883f3f9956 |
EUC-JP | 寤??儼 | 110101011110100000111111001111111101000110110111 | d5e83f3fd1b7 |
UTF-8 | 寤뤹낯儼 | 111001011010111110100100111010111010010010111001111010111000001010101111111001011000010010111100 | e5afa4eba4b9eb82afe584bc |
UHC | 寤뤹낯儼 | 1110011111110101100011111110011110110011101110001110010111110000 | e7f58fe7b3b8e5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)