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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 繒鶩BF | 111110111000111111101010010011100100001001000110 | fb8fea4e4246 |
EUC-JP | 繒鶩BF | 10001111110101001101010011110011101011110100001001000110 | 8fd4d4f3af4246 |
UTF-8 | 繒鶩BF | 1110011110111001100100101110100110110110101010010100001001000110 | e7b992e9b6a94246 |
UHC | 繒鶩BF | 111100011111100111011001110100000100001001000110 | f1f9d9d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)