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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 禪祚禧烱 | 1110001001010111111000100100111011100010010101011110000001110111 | e257e24ee255e077 |
| EUC-JP | 禪祚禧烱 | 1110001110111000111000111010111111100011101101101101111111011000 | e3b8e3afe3b6dfd8 |
| UTF-8 | 禪祚禧烱 | 111001111010011010101010111001111010010110011010111001111010011010100111111001111000001110110001 | e7a6aae7a59ae7a6a7e783b1 |
| UHC | 禪祚禧烱 | 1110000011001001111100001101010011111101111110111100110011011110 | e0c9f0d4fdfbccde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)