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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 藏?^ | 11100101010101010011111101011110 | e5553f5e |
| EUC-JP | 藏?^ | 11101001101101100011111101011110 | e9b63f5e |
| UTF-8 | 藏굋^ | 11101000100101111000111111101010101101011000101101011110 | e8978feab58b5e |
| UHC | 藏굋^ | 1110110111111010100000100111000001011110 | edfa82705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)