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 | 馮?馮 | 1110100101100111001111111110100101100111 | e9673fe967 |
EUC-JP | 馮苽馮 | 11110001110010001000111111010111110110111111000111001000 | f1c88fd7dbf1c8 |
UTF-8 | 馮苽馮 | 111010011010011010101110111010001000101110111101111010011010011010101110 | e9a6aee88bbde9a6ae |
UHC | 馮苽馮 | 111110011010011111001101110010011111100110100111 | f9a7cdc9f9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)