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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 磅蝮n}磅蝮n{^ | 11100001111110101110010110011101011011100111110111100001111110101110010110011101011011100111101101011110 | e1fae59d6e7de1fae59d6e7b5e |
EUC-JP | 磅蝮n}磅蝮n{^ | 11100010111111001110100111111101011011100111110111100010111111001110100111111101011011100111101101011110 | e2fce9fd6e7de2fce9fd6e7b5e |
UTF-8 | 磅蝮n}磅蝮n{^ | 1110011110100011100001011110100010011101101011100110111001111101111001111010001110000101111010001001110110101110011011100111101101011110 | e7a385e89dae6e7de7a385e89dae6e7b5e |
UHC | 磅?n}磅?n{^ | 1101101110110110001111110110111001111101110110111011011000111111011011100111101101011110 | dbb63f6e7ddbb63f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)