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 | 100011111010101111100000111110110110000001000010 | 8fabe0fb6042 |
SJIS-WIN | ????`B | 001111110011111100111111001111110110000001000010 | 3f3f3f3f6042 |
EUC-JP | ??àû`B | 00111111001111111000111110101011101000101000111110101011111001010110000001000010 | 3f3f8faba28fabe56042 |
UTF-8 | «àû`B | 11000010100011111100001010101011110000111010000011000011101110110110000001000010 | c28fc2abc3a0c3bb6042 |
UHC | ????`B | 001111110011111100111111001111110110000001000010 | 3f3f3f3f6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)