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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
| SJIS-WIN | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
| EUC-JP | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
| UTF-8 | 철횚챠쨘h철횚 | 11101100101100101010000011101101100110101001101011101100101100011010000011101100101010001001100001101000111011001011001010100000111011011001101010011010 | ecb2a0ed9a9aecb1a0eca89868ecb2a0ed9a9a |
| UHC | 철횚챠쨘h철횚 | 11000011101101101100001110010100110000111010110111000010101110100110100011000011101101101100001110010100 | c3b6c394c3adc2ba68c3b6c394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)