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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????荻 | 001111110011111100111111001111111000100110101100 | 3f3f3f3f89ac |
EUC-JP | 芷???荻 | 1000111111010111110010010011111100111111001111111011001010101110 | 8fd7c93f3f3fb2ae |
UTF-8 | 芷漏렡렮荻 | 111010001000101010110111111011111010010110001110111010111010000010100001111010111010000010101110111010001000110110111011 | e88ab7efa58eeba0a1eba0aee88dbb |
UHC | 芷漏렡렮荻 | 11110010101110101101001011101000100011101011001010001110101110111110111011100010 | f2bad2e88eb28ebbeee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)