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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| UTF-8 | 횢횊책짱횒횚^ | 11101101100110101010001011101101100110101000101011101100101100011000010111101100101001111011000111101101100110101001001011101101100110101001101001011110 | ed9aa2ed9a8aecb185eca7b1ed9a92ed9a9a5e |
| UHC | 횢횊책짱횒횚^ | 11000011100110011100001110001000110000111010010111000010101011111100001110001101110000111001010001011110 | c399c388c3a5c2afc38dc3945e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)