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 | ?P??h?P?? | 001111110101000000111111001111110110100000111111010100000011111100111111 | 3f503f3f683f503f3f |
SJIS-WIN | ?P??h?P?? | 001111110101000000111111001111110110100000111111010100000011111100111111 | 3f503f3f683f503f3f |
EUC-JP | ?P??h?P?? | 001111110101000000111111001111110110100000111111010100000011111100111111 | 3f503f3f683f503f3f |
UTF-8 | 청P혦짙h청P혦짙 | 111011001011001010101101010100001110110110011000101001101110110010100111100110010110100011101100101100101010110101010000111011011001100010100110111011001010011110011001 | ecb2ad50ed98a6eca79968ecb2ad50ed98a6eca799 |
UHC | 청P혦짙h청P혦짙 | 110000111011101101010000110000101000111011000010101000110110100011000011101110110101000011000010100011101100001010100011 | c3bb50c28ec2a368c3bb50c28ec2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)