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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝪串矮 | 111001011010000110001011111110001110000111100010 | e5a18bf8e1e2 |
EUC-JP | 蝪串矮 | 111010101010001110110110111110101110001011100100 | eaa3b6fae2e4 |
UTF-8 | 蝪串矮 | 111010001001110110101010111001001011100010110010111001111001111110101110 | e89daae4b8b2e79fae |
UHC | ?串矮 | 0011111111001101111110101110100011100001 | 3fcdfae8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)