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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?扇h | 00111111100100001110111001101000 | 3f90ee68 |
EUC-JP | 炤扇h | 100011111100100111010010110000001111000001101000 | 8fc9d2c0f068 |
UTF-8 | 炤扇h | 11100111100000101010010011100110100010011000011101101000 | e782a4e6898768 |
UHC | 炤扇h | 1110000110111111111000001011111101101000 | e1bfe0bf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)