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 | ?L???O | 001111110100110000111111001111110011111101001111 | 3f4c3f3f3f4f |
SJIS-WIN | ?L???O | 001111110100110000111111001111110011111101001111 | 3f4c3f3f3f4f |
EUC-JP | ?L???O | 001111110100110000111111001111110011111101001111 | 3f4c3f3f3f4f |
UTF-8 | 청L혦쨘청O | 1110110010110010101011010100110011101101100110001010011011101100101010001001100011101100101100101010110101001111 | ecb2ad4ced98a6eca898ecb2ad4f |
UHC | 청L혦쨘청O | 11000011101110110100110011000010100011101100001010111010110000111011101101001111 | c3bb4cc28ec2bac3bb4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)