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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 壬?腸?B | 10010000011100000011111110010010101100000011111101000010 | 90703f92b03f42 |
EUC-JP | 壬?腸?B | 10111111110100010011111111000100101100100011111101000010 | bfd13fc4b23f42 |
UTF-8 | 壬렪腸렪B | 11100101101000111010110011101011101000001010101011101000100001011011100011101011101000001010101001000010 | e5a3aceba0aae885b8eba0aa42 |
UHC | 壬렪腸렪B | 111011001111001110001110101110001110110111110011100011101011100001000010 | ecf38eb8edf38eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)