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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 錚校iF | 11101000010000101000110101011010100000101000100101000110 | e8428d5a828946 |
EUC-JP | 錚校iF | 11101111101000111011100110111011101000111110100101000110 | efa3b9bba3e946 |
UTF-8 | 錚校iF | 11101001100011001001101011100110101000001010000111101111101111011000100101000110 | e98c9ae6a0a1efbd8946 |
UHC | 錚校iF | 11101110101101101100111011101000101000111110100101000110 | eeb6cee8a3e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)