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 | 111001011011110010101001011011101110010110111100101010010110111001000010 | e5bca96ee5bca96e42 |
EUC-JP | 蠑ゥn蠑ゥnB | 1110101010111110100011101010100101101110111010101011111010001110101010010110111001000010 | eabe8ea96eeabe8ea96e42 |
UTF-8 | 蠑ゥn蠑ゥnB | 111010001010000010010001111011111011110110101001011011101110100010100000100100011110111110111101101010010110111001000010 | e8a091efbda96ee8a091efbda96e42 |
UHC | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)