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 | ソ繽ツ | 10111111111000111000111111000010 | bfe38fc2 |
EUC-JP | ソ繽ツ | 100011101011111111100101111011111000111011000010 | 8ebfe5ef8ec2 |
UTF-8 | ソ繽ツ | 111011111011110110111111111001111011100110111101111011111011111010000010 | efbdbfe7b9bdefbe82 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)