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 | ゚鎤ォ | 11011111111110111110000110101011 | dffbe1ab |
EUC-JP | ゚鎤ォ | 10001110110111111000111111100101101100111000111010101011 | 8edf8fe5b38eab |
UTF-8 | ゚鎤ォ | 111011111011111010011111111010011000111010100100111011111011110110101011 | efbe9fe98ea4efbdab |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)