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 | ò¡ÍÖ@h | 111100101010000111001101110101100100000001101000 | f2a1cdd64068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | ò¡ÍÖ@h | 1000111110101011110100101000111110100010110000101000111110101010101111111000111110101010110100110100000001101000 | 8fabd28fa2c28faabf8faad34068 |
UTF-8 | ò¡ÍÖ@h | 11000011101100101100001010100001110000111000110111000011100101100100000001101000 | c3b2c2a1c38dc3964068 |
UHC | ?¡??@h | 00111111101000101010111000111111001111110100000001101000 | 3fa2ae3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)