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 | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | 。熄「エ@B | 10100001111000001000111110100010101101000100000001000010 | a1e08fa2b44042 |
EUC-JP | 。熄「エ@B | 10001110101000011101111111101111100011101010001010001110101101000100000001000010 | 8ea1dfef8ea28eb44042 |
UTF-8 | 。熄「エ@B | 1110111110111101101000011110011110000110100001001110111110111101101000101110111110111101101101000100000001000010 | efbda1e78684efbda2efbdb44042 |
UHC | ?熄??@B | 00111111111000111101100000111111001111110100000001000010 | 3fe3d83f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)