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 | ?B?i?B?iB | 001111110100001000111111011010010011111101000010001111110110100101000010 | 3f423f693f423f6942 |
SJIS-WIN | ?B?i?B?iB | 001111110100001000111111011010010011111101000010001111110110100101000010 | 3f423f693f423f6942 |
EUC-JP | ?B?i?B?iB | 001111110100001000111111011010010011111101000010001111110110100101000010 | 3f423f693f423f6942 |
UTF-8 | 청B징i청B징iB | 1110110010110010101011010100001011101100101001111001010101101001111011001011001010101101010000101110110010100111100101010110100101000010 | ecb2ad42eca79569ecb2ad42eca7956942 |
UHC | 청B징i청B징iB | 11000011101110110100001011000010101000010110100111000011101110110100001011000010101000010110100101000010 | c3bb42c2a169c3bb42c2a16942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)