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 | ÒõAÒõAB | 11010010111101010100000111010010111101010100000101000010 | d2f541d2f54142 |
SJIS-WIN | ??A??AB | 00111111001111110100000100111111001111110100000101000010 | 3f3f413f3f4142 |
EUC-JP | ÒõAÒõAB | 100011111010101011010010100011111010101111011000010000011000111110101010110100101000111110101011110110000100000101000010 | 8faad28fabd8418faad28fabd84142 |
UTF-8 | ÒõAÒõAB | 1100001110010010110000111011010101000001110000111001001011000011101101010100000101000010 | c392c3b541c392c3b54142 |
UHC | ??A??AB | 00111111001111110100000100111111001111110100000101000010 | 3f3f413f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)