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 | ?鶩? | 00111111111010100100111000111111 | 3fea4e3f |
EUC-JP | 澐鶩? | 100011111100100011101001111100111010111100111111 | 8fc8e9f3af3f |
UTF-8 | 澐鶩丹 | 111001101011111010010000111010011011011010101001111011111010010110011110 | e6be90e9b6a9efa59e |
UHC | 澐鶩丹 | 111010011111101011011001110100001101010110101110 | e9fad9d0d5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)