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 | 鳶←? | 1001001111001110100000011010100100111111 | 93ce81a93f |
EUC-JP | 鳶←? | 1100011011010000101000101010101100111111 | c6d0a2ab3f |
UTF-8 | 鳶←푺 | 111010011011001110110110111000101000011010010000111011011001000110111010 | e9b3b6e28690ed91ba |
UHC | 鳶←푺 | 111001101110100110100001111001111011111010000110 | e6e9a1e7be86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)