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 | 111001010110000101111101011101101110010101100001011111010111011001000010 | e5617d76e5617d7642 |
EUC-JP | 藺}v藺}vB | 111010011100001001111101011101101110100111000010011111010111011001000010 | e9c27d76e9c27d7642 |
UTF-8 | 藺}v藺}vB | 1110100010010111101110100111110101110110111010001001011110111010011111010111011001000010 | e897ba7d76e897ba7d7642 |
UHC | 藺}v藺}vB | 110101111111010001111101011101101101011111110100011111010111011001000010 | d7f47d76d7f47d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)