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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蝟滄ォエ | 111001011001011010011111111010011010101110110100 | e5969fe9abb4 |
EUC-JP | 蝟滄ォエ | 1110100111110110110111101110101110001110101010111000111010110100 | e9f6deeb8eab8eb4 |
UTF-8 | 蝟滄ォエ | 111010001001110110011111111001101011101110000100111011111011110110101011111011111011110110110100 | e89d9fe6bb84efbdabefbdb4 |
UHC | 蝟滄?? | 111010101101101011110011111001110011111100111111 | eadaf3e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)