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 | 燼侮] | 1110000010011110100101011000111001011101 | e09e958e5d |
EUC-JP | 燼侮] | 1101111111111110110010011110111001011101 | dffec9ee5d |
UTF-8 | 燼侮] | 11100111100001111011110011100100101111101010111001011101 | e787bce4beae5d |
UHC | 燼侮] | 1110001111101000110110011011001001011101 | e3e8d9b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)