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{^ | 10001110101101111110010110111101011011100111110110001110101101111110010110111101011011100111101101011110 | 8eb7e5bd6e7d8eb7e5bd6e7b5e |
EUC-JP | 執蠖n}執蠖n{^ | 10111100101110011110101010111111011011100111110110111100101110011110101010111111011011100111101101011110 | bcb9eabf6e7dbcb9eabf6e7b5e |
UTF-8 | 執蠖n}執蠖n{^ | 1110010110011111101101111110100010100000100101100110111001111101111001011001111110110111111010001010000010010110011011100111101101011110 | e59fb7e8a0966e7de59fb7e8a0966e7b5e |
UHC | 執?n}執?n{^ | 1111001011111011001111110110111001111101111100101111101100111111011011100111101101011110 | f2fb3f6e7df2fb3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)