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?????? | 0011111101010011001111110011111100111111001111110011111100111111 | 3f533f3f3f3f3f3f |
SJIS-WIN | ?S?????? | 0011111101010011001111110011111100111111001111110011111100111111 | 3f533f3f3f3f3f3f |
EUC-JP | ?S?????? | 0011111101010011001111110011111100111111001111110011111100111111 | 3f533f3f3f3f3f3f |
UTF-8 | 청S횚첬짧짝혦짤 | 11101100101100101010110101010011111011011001101010011010111011001011001010101100111011001010011110100111111011001010011110011101111011011001100010100110111011001010011110100100 | ecb2ad53ed9a9aecb2aceca7a7eca79ded98a6eca7a4 |
UHC | 청S횚첬짧짝혦짤 | 110000111011101101010011110000111001010011000011101110101100001010101010110000101010011011000010100011101100001010101001 | c3bb53c394c3bac2aac2a6c28ec2a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)