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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 凹擁}凹擁{^ | 1000100110011010100101110110100101111101100010011001101010010111011010010111101101011110 | 899a97697d899a97697b5e |
EUC-JP | 凹擁}凹擁{^ | 1011000111111010110011011100101001111101101100011111101011001101110010100111101101011110 | b1facdca7db1facdca7b5e |
UTF-8 | 凹擁}凹擁{^ | 111001011000011110111001111001101001001110000001011111011110010110000111101110011110011010010011100000010111101101011110 | e587b9e693817de587b9e693817b5e |
UHC | 凹擁}凹擁{^ | 1110100011101010111010001011011001111101111010001110101011101000101101100111101101011110 | e8eae8b67de8eae8b67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)