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 | 茹 | 1110010010100101 | e4a5 |
EUC-JP | 茹 | 1110100010100111 | e8a7 |
UTF-8 | 茹 | 111010001000110010111001 | e88cb9 |
UHC | 茹 | 1110011010101010 | e6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)