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 | 頷瑚挙豺 | 1110100011110101100011001110100010001011100100111110011010110111 | e8f58ce88b93e6b7 |
EUC-JP | 頷瑚挙豺 | 1111000011110111101110001110101010110101111100111110110010111001 | f0f7b8eab5f3ecb9 |
UTF-8 | 頷瑚挙豺 | 111010011010000010110111111001111001000110011010111001101000110010011001111010001011000110111010 | e9a0b7e7919ae68c99e8b1ba |
UHC | ?瑚?豺 | 001111111111101111010001001111111110001111001111 | 3ffbd13fe3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)