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 | 11100010011100101000001110001101001111110100001001000110 | e272838d3f4246 |
EUC-JP | 穩ロ?BF | 11100011110100111010010111101101001111110100001001000110 | e3d3a5ed3f4246 |
UTF-8 | 穩ロ땭BF | 1110011110101001101010011110001110000011101011011110101110010101101011010100001001000110 | e7a9a9e383adeb95ad4246 |
UHC | 穩ロ땭BF | 1110100010110001101010111110110110001011100000110100001001000110 | e8b1abed8b834246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)