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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 嶸露^ | 1111101010110100100110000100100101011110 | fab498495e |
EUC-JP | 嶸露^ | 100011111011101111110100110011111010101001011110 | 8fbbf4cfaa5e |
UTF-8 | 嶸露^ | 11100101101101101011100011101001100111001011001001011110 | e5b6b8e99cb25e |
UHC | 嶸露^ | 1110011110101110110101101101101001011110 | e7aed6da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)