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?z?B?zB | 001111110100001000111111011110100011111101000010001111110111101001000010 | 3f423f7a3f423f7a42 |
SJIS-WIN | ?B?z?B?zB | 001111110100001000111111011110100011111101000010001111110111101001000010 | 3f423f7a3f423f7a42 |
EUC-JP | ?B?z?B?zB | 001111110100001000111111011110100011111101000010001111110111101001000010 | 3f423f7a3f423f7a42 |
UTF-8 | 청B혘z청B혘zB | 1110110010110010101011010100001011101101100110001001100001111010111011001011001010101101010000101110110110011000100110000111101001000010 | ecb2ad42ed98987aecb2ad42ed98987a42 |
UHC | 청B혘z청B혘zB | 11000011101110110100001011000010100000110111101011000011101110110100001011000010100000110111101001000010 | c3bb42c2837ac3bb42c2837a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)