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 | ????Z | 0011111100111111001111110011111101011010 | 3f3f3f3f5a |
| SJIS-WIN | ????Z | 0011111100111111001111110011111101011010 | 3f3f3f3f5a |
| EUC-JP | ????Z | 0011111100111111001111110011111101011010 | 3f3f3f3f5a |
| UTF-8 | 쩐횂혦횕Z | 11101100101010011001000011101101100110101000001011101101100110001010011011101101100110101001010101011010 | eca990ed9a82ed98a6ed9a955a |
| UHC | 쩐횂혦횕Z | 110000101011111011000011100000101100001010001110110000111000111101011010 | c2bec382c28ec38f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)