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 | 葯滉ク茨セ | 1110010011011110100111111110010010111000100010001110111110111110 | e4de9fe4b888efbe |
| EUC-JP | 葯滉ク茨セ | 11101000111000001101111011100110100011101011100010110000111100011000111010111110 | e8e0dee68eb8b0f18ebe |
| UTF-8 | 葯滉ク茨セ | 111010001001000110101111111001101011101110001001111011111011110110111000111010001000110010101000111011111011110110111110 | e891afe6bb89efbdb8e88ca8efbdbe |
| UHC | 葯滉?茨? | 1110010110110101111111001101000100111111111011011011110000111111 | e5b5fcd13fedbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)