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{^ | 11100111111001111110001110000001011011100111110111100111111001111110001110000001011011100111101101011110 | e7e7e3816e7de7e7e3816e7b5e |
EUC-JP | 鉗縺n}鉗縺n{^ | 11101110111010011110010111100001011011100111110111101110111010011110010111100001011011100111101101011110 | eee9e5e16e7deee9e5e16e7b5e |
UTF-8 | 鉗縺n}鉗縺n{^ | 1110100110001001100101111110011110111000101110100110111001111101111010011000100110010111111001111011100010111010011011100111101101011110 | e98997e7b8ba6e7de98997e7b8ba6e7b5e |
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)