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 | 賃?? | 10010010110000000011111100111111 | 92c03f3f |
EUC-JP | 賃?? | 11000100110000100011111100111111 | c4c23f3f |
UTF-8 | 賃섓쫱 | 111010001011001110000011111011001000010010010011111011001010101110110001 | e8b383ec8493ecabb1 |
UHC | 賃섓쫱 | 111011001111110010011000111011111010011010001001 | ecfc98efa689 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)