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?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
SJIS-WIN | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
EUC-JP | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
UTF-8 | 청횗혦쨘청P혦쨋 | 11101100101100101010110111101101100110101001011111101101100110001010011011101100101010001001100011101100101100101010110101010000111011011001100010100110111011001010100010001011 | ecb2aded9a97ed98a6eca898ecb2ad50ed98a6eca88b |
UHC | 청횗혦쨘청P혦쨋 | 110000111011101111000011100100011100001010001110110000101011101011000011101110110101000011000010100011101100001010110110 | c3bbc391c28ec2bac3bb50c28ec2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)