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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?驀紋B | 001111111110100101111101100101101110010001000010 | 3fe97d96e442 |
EUC-JP | ?驀紋B | 001111111111000111011110110011001110011001000010 | 3ff1decce642 |
UTF-8 | 灐驀紋B | 11100111100000011001000011101001101010011000000011100111101101001000101101000010 | e78190e9a980e7b48b42 |
UHC | 灐驀紋B | 11111011101001011101100011101001110110101010001101000010 | fba5d8e9daa342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)