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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 提?霆???^ | 100100101111000100111111111010001011101100111111001111110011111101011110 | 92f13fe8bb3f3f3f5e |
EUC-JP | 提?霆???^ | 110001001111001100111111111100001011110100111111001111110011111101011110 | c4f33ff0bd3f3f3f5e |
UTF-8 | 提렡霆쇱렮렖^ | 11100110100011111001000011101011101000001010000111101001100111001000011011101100100001111011000111101011101000001010111011101011101000001001011001011110 | e68f90eba0a1e99c86ec87b1eba0aeeba0965e |
UHC | 提렡霆쇱렮렖^ | 11110000101010111000111010110010111011111111110110111100111011001000111010111011100011101010101101011110 | f0ab8eb2effdbcec8ebb8eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)