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 | 蟇苓ア宣ェ | 1110010110101111100101111110100010110001100100001110100110101010 | e5af97e8b190e9aa |
EUC-JP | 蟇苓ア宣ェ | 11101010101100011100111011101010100011101011000111000000111010111000111010101010 | eab1ceea8eb1c0eb8eaa |
UTF-8 | 蟇苓ア宣ェ | 111010001001111110000111111010001000101110010011111011111011110110110001111001011010111010100011111011111011110110101010 | e89f87e88b93efbdb1e5aea3efbdaa |
UHC | ???宣? | 001111110011111100111111111000001011111000111111 | 3f3f3fe0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)