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 | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
EUC-JP | 沅??BF | 10001111110001101110100100111111001111110100001001000110 | 8fc6e93f3f4246 |
UTF-8 | 沅루맮BF | 1110011010110010100001011110101110100011101010001110101110100111101011100100001001000110 | e6b285eba3a8eba7ae4246 |
UHC | 沅루맮BF | 1110101010110110101101111110011110010000101101010100001001000110 | eab6b7e790b54246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)