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 | 潁h? | 1001111111110001100000101000100000111111 | 9ff182883f |
EUC-JP | 潁h? | 1101111011110011101000111110100000111111 | def3a3e83f |
UTF-8 | 潁h뼶 | 111001101011110110000001111011111011110110001000111010111011110010110110 | e6bd81efbd88ebbcb6 |
UHC | 潁h뼶 | 111001111011100010100011111010001001011010111001 | e7b8a3e896b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)