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 | 1110010011011110100010111110001110000001010101000100001001000110 | e4de8be381544246 |
EUC-JP | 葯九ゝBF | 1110100011100000101101101110010110100001101101010100001001000110 | e8e0b6e5a1b54246 |
UTF-8 | 葯九ゝBF | 1110100010010001101011111110010010111001100111011110001110000010100111010100001001000110 | e891afe4b99de3829d4246 |
UHC | 葯九?BF | 11100101101101011100111011111010001111110100001001000110 | e5b5cefa3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)