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 | 疇笞 | 11100001011001011110001010011010 | e165e29a |
EUC-JP | 疇笞 | 11100001110001101110001111111010 | e1c6e3fa |
UTF-8 | 疇笞 | 111001111001011010000111111001111010110010011110 | e79687e7ac9e |
UHC | 疇笞 | 11110001110000101111011111000010 | f1c2f7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)