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 | 檣∞^ | 1001111011111100100000011000011101011110 | 9efc81875e |
EUC-JP | 檣∞^ | 1101110011111110101000011110011101011110 | dcfea1e75e |
UTF-8 | 檣∞^ | 11100110101010101010001111100010100010001001111001011110 | e6aaa3e2889e5e |
UHC | 檣∞^ | 1110110111101010101000011100010001011110 | edeaa1c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)