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??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 邯ォn邯ォnB | 111001111011011010101011011011101110011110110110101010110110111001000010 | e7b6ab6ee7b6ab6e42 |
EUC-JP | 邯ォn邯ォnB | 1110111010111000100011101010101101101110111011101011100010001110101010110110111001000010 | eeb88eab6eeeb88eab6e42 |
UTF-8 | 邯ォn邯ォnB | 111010011000001010101111111011111011110110101011011011101110100110000010101011111110111110111101101010110110111001000010 | e982afefbdab6ee982afefbdab6e42 |
UHC | 邯?n邯?nB | 110010101111101100111111011011101100101011111011001111110110111001000010 | cafb3f6ecafb3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)