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 | 顫、薰 | 1110100011111010101001001111101110011110 | e8faa4fb9e |
EUC-JP | 顫、? | 1111000011111100100011101010010000111111 | f0fc8ea43f |
UTF-8 | 顫、薰 | 111010011010000110101011111011111011110110100100111010001001011010110000 | e9a1abefbda4e896b0 |
UHC | 顫?薰 | 1110111110110101001111111111110110111001 | efb53ffdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)