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 | 莚羸 | 11100100101011011110001110111110 | e4ade3be |
EUC-JP | 莚羸 | 11101000101011111110011011000000 | e8afe6c0 |
UTF-8 | 莚羸 | 111010001000111010011010111001111011111010111000 | e88e9ae7beb8 |
UHC | ?羸 | 001111111101011111101000 | 3fd7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)