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 | 禎?禎?^ | 10010010111101010011111110010010111101010011111101011110 | 92f53f92f53f5e |
EUC-JP | 禎?禎?^ | 11000100111101110011111111000100111101110011111101011110 | c4f73fc4f73f5e |
UTF-8 | 禎넸禎넵^ | 11100111101001101000111011101011100001001011100011100111101001101000111011101011100001001011010101011110 | e7a68eeb84b8e7a68eeb84b55e |
UHC | 禎넸禎넵^ | 111011111110111010110011110111101110111111101110101100111101110001011110 | efeeb3deefeeb3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)