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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 靂噐v靂噐vB | 1110100011001100100110100111100101110110111010001100110010011010011110010111011001000010 | e8cc9a7976e8cc9a797642 |
EUC-JP | 靂噐v靂噐vB | 1111000011001110110100111101101001110110111100001100111011010011110110100111011001000010 | f0ced3da76f0ced3da7642 |
UTF-8 | 靂噐v靂噐vB | 111010011001110110000010111001011001100110010000011101101110100110011101100000101110010110011001100100000111011001000010 | e99d82e5999076e99d82e599907642 |
UHC | 靂?v靂?vB | 110101011111101000111111011101101101010111111010001111110111011001000010 | d5fa3f76d5fa3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)