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 | ??}G | 00111111001111110111110101000111 | 3f3f7d47 |
SJIS-WIN | 邯ス}G | 1110011110110110101111010111110101000111 | e7b6bd7d47 |
EUC-JP | 邯ス}G | 111011101011100010001110101111010111110101000111 | eeb88ebd7d47 |
UTF-8 | 邯ス}G | 1110100110000010101011111110111110111101101111010111110101000111 | e982afefbdbd7d47 |
UHC | 邯?}G | 1100101011111011001111110111110101000111 | cafb3f7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)