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 | ?gF | 001111110110011101000110 | 3f6746 |
SJIS-WIN | 沂gF | 10011111100010110110011101000110 | 9f8b6746 |
EUC-JP | 沂gF | 11011101111010110110011101000110 | ddeb6746 |
UTF-8 | 沂gF | 1110011010110010100000100110011101000110 | e6b2826746 |
UHC | 沂gF | 11010001101010100110011101000110 | d1aa6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)