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 | ?ゼ究 | 0011111110000011010110111000101110000110 | 3f835b8b86 |
EUC-JP | ?ゼ究 | 0011111110100101101111001011010111100110 | 3fa5bcb5e6 |
UTF-8 | 뤵ゼ究 | 111010111010010010110101111000111000001010111100111001111010100110110110 | eba4b5e382bce7a9b6 |
UHC | 뤵ゼ究 | 100011111110001110101011101111001100111110111100 | 8fe3abbccfbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)