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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 裝閘] | 1110010111100100111010000111110101011101 | e5e4e87d5d |
EUC-JP | 裝閘] | 1110101011100110111011111101111001011101 | eae6efde5d |
UTF-8 | 裝閘] | 11101000101000111001110111101001100101101001100001011101 | e8a39de996985d |
UHC | 裝閘] | 1110110111111011110010111010011001011101 | edfbcba65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)