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 | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | ??@B | 00111111001111110100000001000010 | 3f3f4042 |
EUC-JP | 頊?@B | 100011111110011111110100001111110100000001000010 | 8fe7f43f4042 |
UTF-8 | 頊렮@B | 1110100110100000100010101110101110100000101011100100000001000010 | e9a08aeba0ae4042 |
UHC | 頊렮@B | 111010011111010110001110101110110100000001000010 | e9f58ebb4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)