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 | 獎猖璢 | 111000001101000011100000110010011110000011100011 | e0d0e0c9e0e3 |
EUC-JP | 獎猖璢 | 111000001101001011100000110010111110000011100101 | e0d2e0cbe0e5 |
UTF-8 | 獎猖璢 | 111001111000110110001110111001111000110010010110111001111001001010100010 | e78d8ee78c96e792a2 |
UHC | ?猖? | 00111111111100111110100100111111 | 3ff3e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)