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 | 夥洌}夥洌{^ | 1001101011101100100111111010111001111101100110101110110010011111101011100111101101011110 | 9aec9fae7d9aec9fae7b5e |
EUC-JP | 夥洌}夥洌{^ | 1101010011101110110111101011000001111101110101001110111011011110101100000111101101011110 | d4eedeb07dd4eedeb07b5e |
UTF-8 | 夥洌}夥洌{^ | 111001011010010010100101111001101011010010001100011111011110010110100100101001011110011010110100100011000111101101011110 | e5a4a5e6b48c7de5a4a5e6b48c7b5e |
UHC | ?洌}?洌{^ | 001111111101011010101100011111010011111111010110101011000111101101011110 | 3fd6ac7d3fd6ac7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)