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 | ??w??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
SJIS-WIN | 蓖ゥw蓖ゥwB | 111001001110110110101001011101111110010011101101101010010111011101000010 | e4eda977e4eda97742 |
EUC-JP | 蓖ゥw蓖ゥwB | 1110100011101111100011101010100101110111111010001110111110001110101010010111011101000010 | e8ef8ea977e8ef8ea97742 |
UTF-8 | 蓖ゥw蓖ゥwB | 111010001001001110010110111011111011110110101001011101111110100010010011100101101110111110111101101010010111011101000010 | e89396efbda977e89396efbda97742 |
UHC | ??w??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)