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???? | 001111110100000100111111001111110011111100111111 | 3f413f3f3f3f |
SJIS-WIN | ?A???? | 001111110100000100111111001111110011111100111111 | 3f413f3f3f3f |
EUC-JP | ?A???? | 001111110100000100111111001111110011111100111111 | 3f413f3f3f3f |
UTF-8 | 청A쩔청혻짝 | 11101100101100101010110101000001111011001010100110010100111011001011001010101101111011011001100010111011111011001010011110011101 | ecb2ad41eca994ecb2aded98bbeca79d |
UHC | 청A쩔청혻짝 | 1100001110111011010000011100001010111111110000111011101111000010101000001100001010100110 | c3bb41c2bfc3bbc2a0c2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)