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 | 嬖涓 | 10011011011010011001111110110000 | 9b699fb0 |
EUC-JP | 嬖涓 | 11010101110010101101111010110010 | d5cadeb2 |
UTF-8 | 嬖涓 | 111001011010110010010110111001101011011010010011 | e5ac96e6b693 |
UHC | 嬖涓 | 11111000110001101110011011001111 | f8c6e6cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)