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 | 夕繕}夕繕{^ | 1001011101011011100100010101010101111101100101110101101110010001010101010111101101011110 | 975b91557d975b91557b5e |
EUC-JP | 夕繕}夕繕{^ | 1100110110111100110000011011011001111101110011011011110011000001101101100111101101011110 | cdbcc1b67dcdbcc1b67b5e |
UTF-8 | 夕繕}夕繕{^ | 111001011010010010010101111001111011100110010101011111011110010110100100100101011110011110111001100101010111101101011110 | e5a495e7b9957de5a495e7b9957b5e |
UHC | 夕繕}夕繕{^ | 1110000010101010111000001100101101111101111000001010101011100000110010110111101101011110 | e0aae0cb7de0aae0cb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)