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 | 001111110011111100111111011101110011111100111111001111110111011101000010 | 3f3f3f773f3f3f7742 |
SJIS-WIN | シヲwシヲwB | 1111001011110100101111001010011001110111111100101111010010111100101001100111011101000010 | f2f4bca677f2f4bca67742 |
EUC-JP | ?シヲw?シヲwB | 00111111100011101011110010001110101001100111011100111111100011101011110010001110101001100111011101000010 | 3f8ebc8ea6773f8ebc8ea67742 |
UTF-8 | シヲwシヲwB | 111011101000100010101011111011111011110110111100111011111011110110100110011101111110111010001000101010111110111110111101101111001110111110111101101001100111011101000010 | ee88abefbdbcefbda677ee88abefbdbcefbda67742 |
UHC | ???w???wB | 001111110011111100111111011101110011111100111111001111110111011101000010 | 3f3f3f773f3f3f7742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)