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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 蝪具ス壌筺BF | 1110010110100001100010111110111110111101100011111110101111100010100111110100001001000110 | e5a18befbd8febe29f4246 |
EUC-JP | 蝪具ス壌筺BF | 111010101010001110110110111100011000111010111101101111101110110111100100101000010100001001000110 | eaa3b6f18ebdbeede4a14246 |
UTF-8 | 蝪具ス壌筺BF | 1110100010011101101010101110010110000101101101111110111110111101101111011110010110100011100011001110011110101101101110100100001001000110 | e89daae585b7efbdbde5a38ce7adba4246 |
UHC | ?具???BF | 0011111111001110111111010011111100111111001111110100001001000110 | 3fcefd3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)