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 | 腓乗Ι | 111001000100001110001111111001101000001110100111 | e4438fe683a7 |
EUC-JP | 腓乗Ι | 111001111010010010111110111010001010011010101001 | e7a4bee8a6a9 |
UTF-8 | 腓乗Ι | 1110100010000101100100111110010010111001100101111100111010011001 | e88593e4b997ce99 |
UHC | ??Ι | 00111111001111111010010111001001 | 3f3fa5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)