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 | 踟イム雅潤 | 1110011011110111101100101101000110001001111010111000111110000001 | e6f7b2d189eb8f81 |
| EUC-JP | 踟イム雅潤 | 11101100111110011000111010110010100011101101000110110010111011011011110111100001 | ecf98eb28ed1b2edbde1 |
| UTF-8 | 踟イム雅潤 | 111010001011100010011111111011111011110110110010111011111011111010010001111010011001101110000101111001101011110110100100 | e8b89fefbdb2efbe91e99b85e6bda4 |
| UHC | ???雅潤 | 00111111001111110011111111100100101110101110101111001000 | 3f3f3fe4baebc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)