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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?齎 | 001111111110011011011000 | 3fe6d8 |
EUC-JP | 鉶齎 | 1000111111100011111100001110110011011010 | 8fe3f0ecda |
UTF-8 | 鉶齎 | 111010011000100110110110111010011011110110001110 | e989b6e9bd8e |
UHC | ?齎 | 001111111110111010110010 | 3feeb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)