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 | 雕宣カャ | 111010001011100010010000111010011011011010101100 | e8b890e9b6ac |
EUC-JP | 雕宣カャ | 1111000010111010110000001110101110001110101101101000111010101100 | f0bac0eb8eb68eac |
UTF-8 | 雕宣カャ | 111010011001101110010101111001011010111010100011111011111011110110110110111011111011110110101100 | e99b95e5aea3efbdb6efbdac |
UHC | 雕宣?? | 111100001110011111100000101111100011111100111111 | f0e7e0be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)