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 | 脩?? | 11100011111110010011111100111111 | e3f93f3f |
EUC-JP | 脩?? | 11100110111110110011111100111111 | e6fb3f3f |
UTF-8 | 脩뤾룼 | 111010001000010010101001111010111010010010111110111010111010001110111100 | e884a9eba4beeba3bc |
UHC | 脩뤾룼 | 111000101011101110001111111010101000111110101110 | e2bb8fea8fae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)