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 | ?}v?}vB | 00111111011111010111011000111111011111010111011001000010 | 3f7d763f7d7642 |
SJIS-WIN | 懌}v懌}vB | 100111001110001001111101011101101001110011100010011111010111011001000010 | 9ce27d769ce27d7642 |
EUC-JP | 懌}v懌}vB | 110110001110010001111101011101101101100011100100011111010111011001000010 | d8e47d76d8e47d7642 |
UTF-8 | 懌}v懌}vB | 1110011010000111100011000111110101110110111001101000011110001100011111010111011001000010 | e6878c7d76e6878c7d7642 |
UHC | ?}v?}vB | 00111111011111010111011000111111011111010111011001000010 | 3f7d763f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)