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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 酌郛酌郛^ | 100011101101111011100111101111001000111011011110111001111011110001011110 | 8edee7bc8edee7bc5e |
EUC-JP | 酌郛酌郛^ | 101111001110000011101110101111101011110011100000111011101011111001011110 | bce0eebebce0eebe5e |
UTF-8 | 酌郛酌郛^ | 11101001100001011000110011101001100000111001101111101001100001011000110011101001100000111001101101011110 | e9858ce9839be9858ce9839b5e |
UHC | 酌?酌?^ | 11101101110011000011111111101101110011000011111101011110 | edcc3fedcc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)