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 | 軏基 | 11111011101100101000101011101110 | fbb28aee |
EUC-JP | 軏基 | 1000111111100000110110011011010011110000 | 8fe0d9b4f0 |
UTF-8 | 軏基 | 111010001011101110001111111001011001111110111010 | e8bb8fe59fba |
UHC | ?基 | 001111111101000011110001 | 3fd0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)