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 | 獸睥竪 | 111000001101011111100001110011001001001001000111 | e0d7e1cc9247 |
EUC-JP | 獸睥竪 | 111000001101100111100010110011101100001110101000 | e0d9e2cec3a8 |
UTF-8 | 獸睥竪 | 111001111000110110111000111001111001110110100101111001111010101110101010 | e78db8e79da5e7abaa |
UHC | 獸?竪 | 1110001010101110001111111110001010110101 | e2ae3fe2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)