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 | ンワ矗 | 1101110111011100111000011101111011110000111010011111000111011100 | dddce1def0e9f1dc |
EUC-JP | ンワ矗?? | 1000111011011101100011101101110011100010111000000011111100111111 | 8edd8edce2e03f3f |
UTF-8 | ンワ矗 | 111011111011111010011101111011111011111010011100111001111001111110010111111011101000001010101000111011101000010110010111 | efbe9defbe9ce79f97ee82a8ee8597 |
UHC | ??矗?? | 001111110011111111110101101110000011111100111111 | 3f3ff5b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)