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 | 兆??拌?^ | 1001001010011011001111110011111110011101011000010011111101011110 | 929b3f3f9d613f5e |
EUC-JP | 兆??拌?^ | 1100001111111011001111110011111111011001110000100011111101011110 | c3fb3f3fd9c23f5e |
UTF-8 | 兆븐렩拌ㄴ^ | 11100101100001011000011011101011101110001001000011101011101000001010100111100110100010111000110011100011100001001011010001011110 | e58586ebb890eba0a9e68b8ce384b45e |
UHC | 兆븐렩拌ㄴ^ | 1111000010111100101110101110110010001110101101111101101011100101101001001010010001011110 | f0bcbaec8eb7dae5a4a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)