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 | 逋イム雅潤 | 1110011110011001101100101101000110001001111010111000111110000001 | e799b2d189eb8f81 |
| EUC-JP | 逋イム雅潤 | 11101101111110011000111010110010100011101101000110110010111011011011110111100001 | edf98eb28ed1b2edbde1 |
| UTF-8 | 逋イム雅潤 | 111010011000000010001011111011111011110110110010111011111011111010010001111010011001101110000101111001101011110110100100 | e9808befbdb2efbe91e99b85e6bda4 |
| UHC | 逋??雅潤 | 1111100011100111001111110011111111100100101110101110101111001000 | f8e73f3fe4baebc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)