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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 頽。驤エ蟇 | 1110100011110110101000011110100110001000101101001110010110101111 | e8f6a1e988b4e5af |
EUC-JP | 頽。驤エ蟇 | 11110000111110001000111010100001111100011110100010001110101101001110101010110001 | f0f88ea1f1e88eb4eab1 |
UTF-8 | 頽。驤エ蟇 | 111010011010000010111101111011111011110110100001111010011010100110100100111011111011110110110100111010001001111110000111 | e9a0bdefbda1e9a9a4efbdb4e89f87 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)