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 | 癩 | 1110000110011010 | e19a |
EUC-JP | 癩 | 1110000111111010 | e1fa |
UTF-8 | 癩 | 111001111001100110101001 | e799a9 |
UHC | 癩 | 1101010011111101 | d4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)