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 | 蝪一┫豎 | 1110010110100001100010001110101010000100101100101110011010110001 | e5a188ea84b2e6b1 |
EUC-JP | 蝪一┫豎 | 1110101010100011101100001110110010101000101101001110110010110011 | eaa3b0eca8b4ecb3 |
UTF-8 | 蝪一┫豎 | 111010001001110110101010111001001011100010000000111000101001010010101011111010001011000110001110 | e89daae4b880e294abe8b18e |
UHC | ?一┫? | 001111111110110011101001101001101011010000111111 | 3fece9a6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)