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 | 100011111001111001111101011101101000111110011110011111010111011001000010 | 8f9e7d768f9e7d7642 |
EUC-JP | 償}v償}vB | 101111011111111001111101011101101011110111111110011111010111011001000010 | bdfe7d76bdfe7d7642 |
UTF-8 | 償}v償}vB | 1110010110000100100111110111110101110110111001011000010010011111011111010111011001000010 | e5849f7d76e5849f7d7642 |
UHC | 償}v償}vB | 110111111100000101111101011101101101111111000001011111010111011001000010 | dfc17d76dfc17d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)