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 | ??j^ | 00111111001111110110101001011110 | 3f3f6a5e |
SJIS-WIN | 鴣鹿j^ | 111010011111001110001110101011010110101001011110 | e9f38ead6a5e |
EUC-JP | 鴣鹿j^ | 111100101111010110111100101011110110101001011110 | f2f5bcaf6a5e |
UTF-8 | 鴣鹿j^ | 1110100110110100101000111110100110111001101111110110101001011110 | e9b4a3e9b9bf6a5e |
UHC | ?鹿j^ | 0011111111010110111000110110101001011110 | 3fd6e36a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)