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 | 浩???? | 100011010101111100111111001111110011111100111111 | 8d5f3f3f3f3f |
| EUC-JP | 浩???瓘 | 1011100111000000001111110011111100111111100011111100110011101111 | b9c03f3f3f8fccef |
| UTF-8 | 浩렔롋빛瓘 | 111001101011010110101001111010111010000010010100111010111010000110001011111010111011100110011011111001111001001110011000 | e6b5a9eba094eba18bebb99be79398 |
| UHC | 浩렔롋빛瓘 | 11111011110001111000111010101001100011101101000110111010111110111100111010110110 | fbc78ea98ed1bafbceb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)