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???G??^ | 001111110101001100111111001111110011111101000111001111110011111101011110 | 3f533f3f3f473f3f5e |
SJIS-WIN | ?S???G??^ | 001111110101001100111111001111110011111101000111001111110011111101011110 | 3f533f3f3f473f3f5e |
EUC-JP | ?S???G??^ | 001111110101001100111111001111110011111101000111001111110011111101011110 | 3f533f3f3f473f3f5e |
UTF-8 | 청S혦짱청G혦쩐^ | 111011001011001010101101010100111110110110011000101001101110110010100111101100011110110010110010101011010100011111101101100110001010011011101100101010011001000001011110 | ecb2ad53ed98a6eca7b1ecb2ad47ed98a6eca9905e |
UHC | 청S혦짱청G혦쩐^ | 110000111011101101010011110000101000111011000010101011111100001110111011010001111100001010001110110000101011111001011110 | c3bb53c28ec2afc3bb47c28ec2be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)