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 | 蟠鷹ォ | 1110010110110100100100011110100110101011 | e5b491e9ab |
EUC-JP | 蟠鷹ォ | 111010101011011011000010111010111000111010101011 | eab6c2eb8eab |
UTF-8 | 蟠鷹ォ | 111010001001111110100000111010011011011110111001111011111011110110101011 | e89fa0e9b7b9efbdab |
UHC | 蟠鷹? | 1101101011110110111010111110110100111111 | daf6ebed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)