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 | ??AoBF | 001111110011111101000001011011110100001001000110 | 3f3f416f4246 |
SJIS-WIN | 螢AoBF | 1110010110100011111101101100000001000001011011110100001001000110 | e5a3f6c0416f4246 |
EUC-JP | 螢?AoBF | 11101010101001010011111101000001011011110100001001000110 | eaa53f416f4246 |
UTF-8 | 螢AoBF | 11101000100111101010001011101110100100111010011101000001011011110100001001000110 | e89ea2ee93a7416f4246 |
UHC | 螢?AoBF | 11111011101010110011111101000001011011110100001001000110 | fbab3f416f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)