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 | ???h???hB | 001111110011111100111111011010000011111100111111001111110110100001000010 | 3f3f3f683f3f3f6842 |
SJIS-WIN | シヲhシヲhB | 1111001011110100101111001010011001101000111100101111010010111100101001100110100001000010 | f2f4bca668f2f4bca66842 |
EUC-JP | ?シヲh?シヲhB | 00111111100011101011110010001110101001100110100000111111100011101011110010001110101001100110100001000010 | 3f8ebc8ea6683f8ebc8ea66842 |
UTF-8 | シヲhシヲhB | 111011101000100010101011111011111011110110111100111011111011110110100110011010001110111010001000101010111110111110111101101111001110111110111101101001100110100001000010 | ee88abefbdbcefbda668ee88abefbdbcefbda66842 |
UHC | ???h???hB | 001111110011111100111111011010000011111100111111001111110110100001000010 | 3f3f3f683f3f3f6842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)