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 | 翩羝羸 | 111000111100011111100011101101101110001110111110 | e3c7e3b6e3be |
EUC-JP | 翩羝羸 | 111001101100100111100110101110001110011011000000 | e6c9e6b8e6c0 |
UTF-8 | 翩羝羸 | 111001111011111110101001111001111011111010011101111001111011111010111000 | e7bfa9e7be9de7beb8 |
UHC | 翩?羸 | 1111100010111011001111111101011111101000 | f8bb3fd7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)