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 | ?????S?? | 0011111100111111001111110011111100111111010100110011111100111111 | 3f3f3f3f3f533f3f |
SJIS-WIN | ?????S?? | 0011111100111111001111110011111100111111010100110011111100111111 | 3f3f3f3f3f533f3f |
EUC-JP | ?????S?? | 0011111100111111001111110011111100111111010100110011111100111111 | 3f3f3f3f3f533f3f |
UTF-8 | 챰챘혦쨘청S혦쨩 | 11101100101100011011000011101100101100011001100011101101100110001010011011101100101010001001100011101100101100101010110101010011111011011001100010100110111011001010100010101001 | ecb1b0ecb198ed98a6eca898ecb2ad53ed98a6eca8a9 |
UHC | 챰챘혦쨘청S혦쨩 | 110000111011000111000011101010111100001010001110110000101011101011000011101110110101001111000010100011101100001010111011 | c3b1c3abc28ec2bac3bb53c28ec2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)