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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 踟イ繞ソ矼 | 1110011011110111101100101110001110000101101111111110000111100011 | e6f7b2e385bfe1e3 |
EUC-JP | 踟イ繞ソ矼 | 11101100111110011000111010110010111001011110010110001110101111111110001011100101 | ecf98eb2e5e58ebfe2e5 |
UTF-8 | 踟イ繞ソ矼 | 111010001011100010011111111011111011110110110010111001111011100110011110111011111011110110111111111001111001111110111100 | e8b89fefbdb2e7b99eefbdbfe79fbc |
UHC | ??繞?? | 001111110011111111101001101001000011111100111111 | 3f3fe9a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)