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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 形∩ | 10001100011000001000000110111111 | 8c6081bf |
EUC-JP | 形∩ | 10110111110000011010001011000001 | b7c1a2c1 |
UTF-8 | 形∩ | 111001011011110110100010111000101000100010101001 | e5bda2e288a9 |
UHC | 形∩ | 11111011101000011010000111111011 | fba1a1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)