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 | 軏顔 | 11111011101100101000101011100111 | fbb28ae7 |
EUC-JP | 軏顔 | 1000111111100000110110011011010011101001 | 8fe0d9b4e9 |
UTF-8 | 軏顔 | 111010001011101110001111111010011010000110010100 | e8bb8fe9a194 |
UHC | ?顔 | 001111111110010011010100 | 3fe4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)