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^ | 0011111100111111001111110110101001011110 | 3f3f3f6a5e |
SJIS-WIN | 苟器臭j^ | 1110010010010001100010101110110110001111010011000110101001011110 | e4918aed8f4c6a5e |
EUC-JP | 苟器臭j^ | 1110011111110001101101001110111110111101101011010110101001011110 | e7f1b4efbdad6a5e |
UTF-8 | 苟器臭j^ | 1110100010001011100111111110010110011001101010001110100010000111101011010110101001011110 | e88b9fe599a8e887ad6a5e |
UHC | 苟器臭j^ | 1100111111000010110100001110111111110110101010110110101001011110 | cfc2d0eff6ab6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)