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 | 往彦}往彦{^ | 1000100110011101100101010100011001111101100010011001110110010101010001100111101101011110 | 899d95467d899d95467b5e |
EUC-JP | 往彦}往彦{^ | 1011000111111101110010011010011101111101101100011111110111001001101001110111101101011110 | b1fdc9a77db1fdc9a77b5e |
UTF-8 | 往彦}往彦{^ | 111001011011111010000000111001011011110110100110011111011110010110111110100000001110010110111101101001100111101101011110 | e5be80e5bda67de5be80e5bda67b5e |
UHC | 往彦}往彦{^ | 1110100011011001111001011110100101111101111010001101100111100101111010010111101101011110 | e8d9e5e97de8d9e5e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)