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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 夕?n}夕?n{^ | 1001011101011011001111110110111001111101100101110101101100111111011011100111101101011110 | 975b3f6e7d975b3f6e7b5e |
EUC-JP | 夕?n}夕?n{^ | 1100110110111100001111110110111001111101110011011011110000111111011011100111101101011110 | cdbc3f6e7dcdbc3f6e7b5e |
UTF-8 | 夕說n}夕說n{^ | 1110010110100100100101011110100010101010101010100110111001111101111001011010010010010101111010001010101010101010011011100111101101011110 | e5a495e8aaaa6e7de5a495e8aaaa6e7b5e |
UHC | 夕說n}夕說n{^ | 11100000101010101110000011100011011011100111110111100000101010101110000011100011011011100111101101011110 | e0aae0e36e7de0aae0e36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)