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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 湛叩湛叩B | 100100100101100010010010010000001001001001011000100100100100000001000010 | 925892409258924042 |
| EUC-JP | 湛叩湛叩B | 110000111011100111000011101000011100001110111001110000111010000101000010 | c3b9c3a1c3b9c3a142 |
| UTF-8 | 湛叩湛叩B | 11100110101110011001101111100101100011111010100111100110101110011001101111100101100011111010100101000010 | e6b99be58fa9e6b99be58fa942 |
| UHC | 湛叩湛叩B | 110100111100000011001101101100001101001111000000110011011011000001000010 | d3c0cdb0d3c0cdb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)