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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蛞蛞舅B | 11100101011111001110010101111100111001000110111001000010 | e57ce57ce46e42 |
EUC-JP | 蛞蛞舅B | 11101001110111011110100111011101111001111100111101000010 | e9dde9dde7cf42 |
UTF-8 | 蛞蛞舅B | 11101000100110111001111011101000100110111001111011101000100010001000010101000010 | e89b9ee89b9ee8888542 |
UHC | ??舅B | 0011111100111111110011111100000001000010 | 3f3fcfc042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)