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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 臾?Ж}B | 11100100011010110011111110000100010001110111110101000010 | e46b3f84477d42 |
EUC-JP | 臾?Ж}B | 11100111110011000011111110100111101010000111110101000010 | e7cc3fa7a87d42 |
UTF-8 | 臾㏓Ж}B | 11101000100001111011111011100011100011111001001111010000100101100111110101000010 | e887bee38f93d0967d42 |
UHC | 臾㏓Ж}B | 1110101110101100101001111110101110101100101010000111110101000010 | ebaca7ebaca87d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)