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 | ム襞 | 1101000111110010010000101110010111111100 | d1f242e5fc |
EUC-JP | ム?襞 | 1000111011010001001111111110101011111110 | 8ed13feafe |
UTF-8 | ム襞 | 111011111011111010010001111011101000010110111010111010001010010110011110 | efbe91ee85bae8a59e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)