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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | 辣懣せ﨡クnB | 1110011110000101100111001110111010000010101110011111101110100000101110000110111001000010 | e7859cee82b9fba0b86e42 |
EUC-JP | 辣懣せ?クnB | 1110110111100101110110001111000010100100101110110011111110001110101110000110111001000010 | ede5d8f0a4bb3f8eb86e42 |
UTF-8 | 辣懣せ﨡クnB | 1110100010111110101000111110011010000111101000111110001110000001100110111110111110101000101000011110111110111101101110000110111001000010 | e8bea3e687a3e3819befa8a1efbdb86e42 |
UHC | 辣?せ??nB | 110101011011100000111111101010101011101100111111001111110110111001000010 | d5b83faabb3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)