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 | ??e\ | 00111111001111110110010101011100 | 3f3f655c |
SJIS-WIN | 蓴ュe\ | 1110010011110001101011010110010101011100 | e4f1ad655c |
EUC-JP | 蓴ュe\ | 111010001111001110001110101011010110010101011100 | e8f38ead655c |
UTF-8 | 蓴ュe\ | 1110100010010011101101001110111110111101101011010110010101011100 | e893b4efbdad655c |
UHC | 蓴?e\ | 1110001011110001001111110110010101011100 | e2f13f655c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)