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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 幾窟淵驗?^ | 10001010111101001000110001000001100101011010001111101001100001000011111101011110 | 8af48c4195a3e9843f5e |
EUC-JP | 幾窟淵驗?^ | 10110100111101101011011110100010110010101010010111110001111001000011111101011110 | b4f6b7a2caa5f1e43f5e |
UTF-8 | 幾窟淵驗곫^ | 11100101101110011011111011100111101010101001111111100110101101111011010111101001101010011001011111101010101100111010101101011110 | e5b9bee7aa9fe6b7b5e9a997eab3ab5e |
UHC | 幾窟淵驗곫^ | 1101000011111010110011111101111111100110110100001111101011010000100000011110011001011110 | d0facfdfe6d0fad081e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)