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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 蛟滉ク茨セ | 1110010110000000100111111110010010111000100010001110111110111110 | e5809fe4b888efbe |
| EUC-JP | 蛟滉ク茨セ | 11101001111000001101111011100110100011101011100010110000111100011000111010111110 | e9e0dee68eb8b0f18ebe |
| UTF-8 | 蛟滉ク茨セ | 111010001001101110011111111001101011101110001001111011111011110110111000111010001000110010101000111011111011110110111110 | e89b9fe6bb89efbdb8e88ca8efbdbe |
| UHC | 蛟滉?茨? | 1100111011110001111111001101000100111111111011011011110000111111 | cef1fcd13fedbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)