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 | 猜膜皀 | 111000001100100010010110100011001110000110100011 | e0c8968ce1a3 |
EUC-JP | 猜膜皀 | 111000001100101011001011111011001110001010100101 | e0cacbece2a5 |
UTF-8 | 猜膜皀 | 111001111000110010011100111010001000011010011100111001111001101010000000 | e78c9ce8869ce79a80 |
UHC | 猜膜? | 1110001111000100110110001010111100111111 | e3c4d8af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)