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 | 100011111111110001111101011101101000111111111100011111010111011001000010 | 8ffc7d768ffc7d7642 |
EUC-JP | 飾}v飾}vB | 101111101111111001111101011101101011111011111110011111010111011001000010 | befe7d76befe7d7642 |
UTF-8 | 飾}v飾}vB | 1110100110100011101111100111110101110110111010011010001110111110011111010111011001000010 | e9a3be7d76e9a3be7d7642 |
UHC | 飾}v飾}vB | 111000111101111001111101011101101110001111011110011111010111011001000010 | e3de7d76e3de7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)