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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 磁邪 | 10001110101001011000111011010111 | 8ea58ed7 |
EUC-JP | 磁邪 | 10111100101001111011110011011001 | bca7bcd9 |
UTF-8 | 磁邪 | 111001111010001110000001111010011000001010101010 | e7a381e982aa |
UHC | 磁邪 | 11101101101110001101111011110111 | edb8def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)