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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 鬲羣v | 1110100110101101111000111011100001110110 | e9ade3b876 |
EUC-JP | 鬲羣v | 1111001010101111111001101011101001110110 | f2afe6ba76 |
UTF-8 | 鬲羣v | 11101001101011001011001011100111101111101010001101110110 | e9acb2e7bea376 |
UHC | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)