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 | ??rB | 00111111001111110111001001000010 | 3f3f7242 |
SJIS-WIN | 螢rB | 111001011010001111110110110000000111001001000010 | e5a3f6c07242 |
EUC-JP | 螢?rB | 1110101010100101001111110111001001000010 | eaa53f7242 |
UTF-8 | 螢rB | 1110100010011110101000101110111010010011101001110111001001000010 | e89ea2ee93a77242 |
UHC | 螢?rB | 1111101110101011001111110111001001000010 | fbab3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)