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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | セ邇ノB | 1011111011100111100011101100100101000010 | bee78ec942 |
EUC-JP | セ邇ノB | 10001110101111101110110111101110100011101100100101000010 | 8ebeedee8ec942 |
UTF-8 | セ邇ノB | 11101111101111011011111011101001100000101000011111101111101111101000100101000010 | efbdbee98287efbe8942 |
UHC | ?邇?B | 0011111111101100110001000011111101000010 | 3fecc43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)