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 | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
SJIS-WIN | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
EUC-JP | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
UTF-8 | 챔청혩y챔청혩yB | 111011001011000110010100111011001011001010101101111011011001100010101001011110011110110010110001100101001110110010110010101011011110110110011000101010010111100101000010 | ecb194ecb2aded98a979ecb194ecb2aded98a97942 |
UHC | 챔청혩y챔청혩yB | 110000111010100011000011101110111100001010010001011110011100001110101000110000111011101111000010100100010111100101000010 | c3a8c3bbc29179c3a8c3bbc2917942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)