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 | 午ョ | 10001100110111111000001110000111 | 8cdf8387 |
EUC-JP | 午ョ | 10111000111000011010010111100111 | b8e1a5e7 |
UTF-8 | 午ョ | 111001011000110110001000111000111000001110100111 | e58d88e383a7 |
UHC | 午ョ | 11100111111011011010101111100111 | e7edabe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)