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 | ? | 00111111 | 3f |
SJIS-WIN | 眈 | 1110000110111100 | e1bc |
EUC-JP | 眈 | 1110001010111110 | e2be |
UTF-8 | 眈 | 111001111001110010001000 | e79c88 |
UHC | 眈 | 1111011110101111 | f7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)