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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聨弱院 | 111000111101110110001110111000111000100101000000 | e3dd8ee38940 |
EUC-JP | 聨弱院 | 111001101101111110111100111001011011000110100001 | e6dfbce5b1a1 |
UTF-8 | 聨弱院 | 111010001000000110101000111001011011110010110001111010011001100110100010 | e881a8e5bcb1e999a2 |
UHC | ?弱院 | 0011111111100101101100001110101011000010 | 3fe5b0eac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)