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 | ???j | 00111111001111110011111101101010 | 3f3f3f6a |
SJIS-WIN | 暎??j | 1001110111110011001111110011111101101010 | 9df33f3f6a |
EUC-JP | 暎??j | 1101101011110101001111110011111101101010 | daf53f3f6a |
UTF-8 | 暎얜젉j | 11100110100110101000111011101100100101101001110011101100101000001000100101101010 | e69a8eec969ceca0896a |
UHC | 暎얜젉j | 11100111101100101011111011101011101000001000101101101010 | e7b2beeba08b6a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)