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 | 祉嶝??知 | 1000111010000011100110111101000100111111001111111001001001101101 | 8e839bd13f3f926d |
EUC-JP | 祉嶝??知 | 1011101111100011110101101101001100111111001111111100001111001110 | bbe3d6d33f3fc3ce |
UTF-8 | 祉嶝렰렣知 | 111001111010010110001001111001011011011010011101111010111010000010110000111010111010000010100011111001111001111110100101 | e7a589e5b69deba0b0eba0a3e79fa5 |
UHC | 祉嶝렰렣知 | 11110010101100111101010011110001100011101011110110001110101101001111001010110001 | f2b3d4f18ebd8eb4f2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)