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 | 形← | 10001100011000001000000110101001 | 8c6081a9 |
EUC-JP | 形← | 10110111110000011010001010101011 | b7c1a2ab |
UTF-8 | 形← | 111001011011110110100010111000101000011010010000 | e5bda2e28690 |
UHC | 形← | 11111011101000011010000111100111 | fba1a1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)