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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 除箜z敎 | 1000111110011100111000101011000110000010100110101111101011001101 | 8f9ce2b1829afacd |
EUC-JP | 除箜z? | 10111101111111001110010010110011101000111111101000111111 | bdfce4b3a3fa3f |
UTF-8 | 除箜z敎 | 111010011001100110100100111001111010111010011100111011111011110110011010111001101001010110001110 | e999a4e7ae9cefbd9ae6958e |
UHC | 除?z敎 | 11110000101101100011111110100011111110101100111011100111 | f0b63fa3facee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)