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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 爵爾 | 10001110110111011000111010100010 | 8edd8ea2 |
EUC-JP | 爵爾 | 10111100110111111011110010100100 | bcdfbca4 |
UTF-8 | 爵爾 | 111001111000100010110101111001111000100010111110 | e788b5e788be |
UHC | 爵爾 | 11101101110010011110110010110011 | edc9ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)