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{^ | 10001110101100001000111011011010011011100111110110001110101100001000111011011010011011100111101101011110 | 8eb08eda6e7d8eb08eda6e7b5e |
EUC-JP | 鴫尺n}鴫尺n{^ | 10111100101100101011110011011100011011100111110110111100101100101011110011011100011011100111101101011110 | bcb2bcdc6e7dbcb2bcdc6e7b5e |
UTF-8 | 鴫尺n}鴫尺n{^ | 1110100110110100101010111110010110110000101110100110111001111101111010011011010010101011111001011011000010111010011011100111101101011110 | e9b4abe5b0ba6e7de9b4abe5b0ba6e7b5e |
UHC | ?尺n}?尺n{^ | 0011111111110100101010010110111001111101001111111111010010101001011011100111101101011110 | 3ff4a96e7d3ff4a96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)