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 | 100110101110001110010110110100000011111101000010 | 9ae396d03f42 |
EUC-JP | 壹孟?B | 110101001110010111001100110100100011111101000010 | d4e5ccd23f42 |
UTF-8 | 壹孟拉B | 11100101101000111011100111100101101011011001111111101111101001001010010101000010 | e5a3b9e5ad9fefa4a542 |
UHC | 壹孟拉B | 11101100111011001101100011101011110100011111111001000010 | ececd8ebd1fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)