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 | 100011111000010000111111001111110100001001000110 | 8f843f3f4246 |
EUC-JP | 巡??BF | 101111011110010000111111001111110100001001000110 | bde43f3f4246 |
UTF-8 | 巡붵꺈BF | 1110010110110111101000011110101110110110101101011110101010111010100010000100001001000110 | e5b7a1ebb6b5eaba884246 |
UHC | 巡붵꺈BF | 1110001011011110100101001110001110000011101011110100001001000110 | e2de94e383af4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)