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 | 竪昭 | 10010010010001111000111110111010 | 92478fba |
EUC-JP | 竪昭 | 11000011101010001011111010111100 | c3a8bebc |
UTF-8 | 竪昭 | 111001111010101110101010111001101001100010101101 | e7abaae698ad |
UHC | 竪昭 | 11100010101101011110000110111001 | e2b5e1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)