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 | 蕚髞 | 11100100110101001110100110010100 | e4d4e994 |
EUC-JP | 蕚髞 | 11101000110101101111000111110100 | e8d6f1f4 |
UTF-8 | 蕚髞 | 111010001001010110011010111010011010101110011110 | e8959ae9ab9e |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)