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 | ?]???? | 001111110101110100111111001111110011111100111111 | 3f5d3f3f3f3f |
SJIS-WIN | ?]???? | 001111110101110100111111001111110011111100111111 | 3f5d3f3f3f3f |
EUC-JP | ?]???? | 001111110101110100111111001111110011111100111111 | 3f5d3f3f3f3f |
UTF-8 | 창]횪횠찼횢 | 11101100101100001011110101011101111011011001101010101010111011011001101010100000111011001011000010111100111011011001101010100010 | ecb0bd5ded9aaaed9aa0ecb0bced9aa2 |
UHC | 창]횪횠찼횢 | 1100001110100010010111011100001110100000110000111001100011000011101000011100001110011001 | c3a25dc3a0c398c3a1c399 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)