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 | 00111111001111110100000100111111001111110100000101000010 | 3f3f413f3f4142 |
SJIS-WIN | 螢A螢AB | 1110010110100011111101101100000001000001111001011010001111110110110000000100000101000010 | e5a3f6c041e5a3f6c04142 |
EUC-JP | 螢?A螢?AB | 111010101010010100111111010000011110101010100101001111110100000101000010 | eaa53f41eaa53f4142 |
UTF-8 | 螢A螢AB | 111010001001111010100010111011101001001110100111010000011110100010011110101000101110111010010011101001110100000101000010 | e89ea2ee93a741e89ea2ee93a74142 |
UHC | 螢?A螢?AB | 111110111010101100111111010000011111101110101011001111110100000101000010 | fbab3f41fbab3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)