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 | 髻亥ケ碑速 | 111010011001111110001000111001011011100110010100111010001001000110101100 | e99f88e5b994e891ac |
EUC-JP | 髻亥ケ碑速 | 11110010101000011011000011100111100011101011100111001000111010101100001010101110 | f2a1b0e78eb9c8eac2ae |
UTF-8 | 髻亥ケ碑速 | 111010011010101110111011111001001011101010100101111011111011110110111001111001111010001010010001111010011000000010011111 | e9abbbe4baa5efbdb9e7a291e9809f |
UHC | ?亥?碑速 | 0011111111111010101001000011111111011101111110001110000111011100 | 3ffaa43fddf8e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)