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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 帙悽帙悽^ | 100110111110001110011100101011001001101111100011100111001010110001011110 | 9be39cac9be39cac5e |
EUC-JP | 帙悽帙悽^ | 110101101110010111011000101011101101011011100101110110001010111001011110 | d6e5d8aed6e5d8ae5e |
UTF-8 | 帙悽帙悽^ | 11100101101110001001100111100110100000101011110111100101101110001001100111100110100000101011110101011110 | e5b899e682bde5b899e682bd5e |
UHC | 帙悽帙悽^ | 111100101110110111110100101001001111001011101101111101001010010001011110 | f2edf4a4f2edf4a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)