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???? | 001111110100110000111111001111110011111100111111 | 3f4c3f3f3f3f |
SJIS-WIN | ?L???? | 001111110100110000111111001111110011111100111111 | 3f4c3f3f3f3f |
EUC-JP | ?L???? | 001111110100110000111111001111110011111100111111 | 3f4c3f3f3f3f |
UTF-8 | 청L혦짢챕챈 | 11101100101100101010110101001100111011011001100010100110111011001010011110100010111011001011000110010101111011001011000110001000 | ecb2ad4ced98a6eca7a2ecb195ecb188 |
UHC | 청L혦짢챕챈 | 1100001110111011010011001100001010001110110000101010100011000011101010011100001110100110 | c3bb4cc28ec2a8c3a9c3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)