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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 薜羸 | 11100101010011111110001110111110 | e54fe3be |
EUC-JP | 薜羸 | 11101001101100001110011011000000 | e9b0e6c0 |
UTF-8 | 薜羸 | 111010001001011010011100111001111011111010111000 | e8969ce7beb8 |
UHC | ?羸 | 001111111101011111101000 | 3fd7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)