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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 章?Щ業 | 10001111110011010011111110000100010110101000101111000110 | 8fcd3f845a8bc6 |
EUC-JP | 章?Щ業 | 10111110110011110011111110100111101110111011011011001000 | becf3fa7bbb6c8 |
UTF-8 | 章삯Щ業 | 1110011110101011101000001110110010000010101011111101000010101001111001101010010110101101 | e7aba0ec82afd0a9e6a5ad |
UHC | 章삯Щ業 | 1110110111110001101110111110100110101100101110111110010111110110 | edf1bbe9acbbe5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)