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 | 獸猴獰 | 111000001101011111100000110010111110000011010110 | e0d7e0cbe0d6 |
EUC-JP | 獸猴獰 | 111000001101100111100000110011011110000011011000 | e0d9e0cde0d8 |
UTF-8 | 獸猴獰 | 111001111000110110111000111001111000110010110100111001111000110110110000 | e78db8e78cb4e78db0 |
UHC | 獸?獰 | 1110001010101110001111111110011110111110 | e2ae3fe7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)