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 | 11100010101101011110000111010110111101101100111001000010 | e2b5e1d6f6ce42 |
EUC-JP | 箏瞶?B | 111001001011011111100010110110000011111101000010 | e4b7e2d83f42 |
UTF-8 | 箏瞶B | 11100111101011101000111111100111100111101011011011101110100100111011010101000010 | e7ae8fe79eb6ee93b542 |
UHC | 箏??B | 1110111010110100001111110011111101000010 | eeb43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)