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 | ??@?? | 0011111100111111010000000011111100111111 | 3f3f403f3f |
SJIS-WIN | ??@?? | 0011111100111111010000000011111100111111 | 3f3f403f3f |
EUC-JP | ??@?? | 0011111100111111010000000011111100111111 | 3f3f403f3f |
UTF-8 | 횚첬@횛짝 | 11101101100110101001101011101100101100101010110001000000111011011001101010011011111011001010011110011101 | ed9a9aecb2ac40ed9a9beca79d |
UHC | 횚첬@횛짝 | 110000111001010011000011101110100100000011000011100101011100001010100110 | c394c3ba40c395c2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)