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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | ???A甬 | 001111110011111100111111010000011110000101010100 | 3f3f3f41e154 |
EUC-JP | ???A甬 | 001111110011111100111111010000011110000110110101 | 3f3f3f41e1b5 |
UTF-8 | 조저적A甬 | 11101100101000011011000011101100101000001000000011101100101000001000000101000001111001111001010010101100 | eca1b0eca080eca08141e794ac |
UHC | 조저적A甬 | 110000011011011011000000111110101100000011111011010000011110100111000101 | c1b6c0fac0fb41e9c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)