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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 提?霆??^ | 1001001011110001001111111110100010111011001111110011111101011110 | 92f13fe8bb3f3f5e |
EUC-JP | 提?霆??^ | 1100010011110011001111111111000010111101001111110011111101011110 | c4f33ff0bd3f3f5e |
UTF-8 | 提렡霆쇤벳^ | 11100110100011111001000011101011101000001010000111101001100111001000011011101100100001111010010011101011101100101011001101011110 | e68f90eba0a1e99c86ec87a4ebb2b35e |
UHC | 提렡霆쇤벳^ | 1111000010101011100011101011001011101111111111011011110011101001101110101010101001011110 | f0ab8eb2effdbce9baaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)