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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 獰?\ | 11100000110101100011111101011100 | e0d63f5c |
EUC-JP | 獰?\ | 11100000110110000011111101011100 | e0d83f5c |
UTF-8 | 獰얥\ | 11100111100011011011000011101100100101101010010101011100 | e78db0ec96a55c |
UHC | 獰얥\ | 1110011110111110100111100100110001011100 | e7be9e4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)