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 | 1011111011100111100011101011111101000010 | bee78ebf42 |
EUC-JP | セ邇ソB | 10001110101111101110110111101110100011101011111101000010 | 8ebeedee8ebf42 |
UTF-8 | セ邇ソB | 11101111101111011011111011101001100000101000011111101111101111011011111101000010 | efbdbee98287efbdbf42 |
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)