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 | çòûeB | 100011111110011111110010111110110110010101000010 | 8fe7f2fb6542 |
SJIS-WIN | ????eB | 001111110011111100111111001111110110010101000010 | 3f3f3f3f6542 |
EUC-JP | ?çòûeB | 001111111000111110101011101011101000111110101011110100101000111110101011111001010110010101000010 | 3f8fabae8fabd28fabe56542 |
UTF-8 | çòûeB | 11000010100011111100001110100111110000111011001011000011101110110110010101000010 | c28fc3a7c3b2c3bb6542 |
UHC | ????eB | 001111110011111100111111001111110110010101000010 | 3f3f3f3f6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)