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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雕宣カ | 1110100010111000100100001110100110110110 | e8b890e9b6 |
EUC-JP | 雕宣カ | 111100001011101011000000111010111000111010110110 | f0bac0eb8eb6 |
UTF-8 | 雕宣カ | 111010011001101110010101111001011010111010100011111011111011110110110110 | e99b95e5aea3efbdb6 |
UHC | 雕宣? | 1111000011100111111000001011111000111111 | f0e7e0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)