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 | 111110110110101011101010010011100100001001000110 | fb6aea4e4246 |
EUC-JP | 琮鶩BF | 10001111110011001011001011110011101011110100001001000110 | 8fccb2f3af4246 |
UTF-8 | 琮鶩BF | 1110011110010000101011101110100110110110101010010100001001000110 | e790aee9b6a94246 |
UHC | 琮鶩BF | 111100001111100111011001110100000100001001000110 | f0f9d9d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)