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 | 妖矮矮 | 100101110110010011100001111000101110000111100010 | 9764e1e2e1e2 |
EUC-JP | 妖矮矮 | 110011011100010111100010111001001110001011100100 | cdc5e2e4e2e4 |
UTF-8 | 妖矮矮 | 111001011010011010010110111001111001111110101110111001111001111110101110 | e5a696e79faee79fae |
UHC | 妖矮矮 | 111010001110110111101000111000011110100011100001 | e8ede8e1e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)