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{^ | 1110011111100111101101100110111001111101111001111110011110110110011011100111101101011110 | e7e7b66e7de7e7b66e7b5e |
EUC-JP | 鉗カn}鉗カn{^ | 11101110111010011000111010110110011011100111110111101110111010011000111010110110011011100111101101011110 | eee98eb66e7deee98eb66e7b5e |
UTF-8 | 鉗カn}鉗カn{^ | 1110100110001001100101111110111110111101101101100110111001111101111010011000100110010111111011111011110110110110011011100111101101011110 | e98997efbdb66e7de98997efbdb66e7b5e |
UHC | 鉗?n}鉗?n{^ | 1100110011000110001111110110111001111101110011001100011000111111011011100111101101011110 | ccc63f6e7dccc63f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)