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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 讌呎・傳 | 11100110101001011001100111100110101001011001100101000010 | e6a599e6a59942 |
EUC-JP | 讌呎・傳 | 1110110010100111110100101110100010001110101001011101000110100011 | eca7d2e88ea5d1a3 |
UTF-8 | 讌呎・傳 | 111010001010111010001100111001011001000110001110111011111011110110100101111001011000001010110011 | e8ae8ce5918eefbda5e582b3 |
UHC | ???傳 | 0011111100111111001111111110111011101110 | 3f3f3feeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)