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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 析?B | 10010000110011010011111101000010 | 90cd3f42 |
EUC-JP | 析啞B | 110000001100111110001111101101011110000001000010 | c0cf8fb5e042 |
UTF-8 | 析啞B | 11100110100111101001000011100101100101011001111001000010 | e69e90e5959e42 |
UHC | 析啞B | 1110000010110000111001001010111101000010 | e0b0e4af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)