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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 萓晤ィョ繖ソ | 111001001011111010011101111010111010100010101110111000111000010010111111 | e4be9deba8aee384bf |
EUC-JP | 萓晤ィョ繖ソ | 111010001100000011011010111011011000111010101000100011101010111011100101111001001000111010111111 | e8c0daed8ea88eaee5e48ebf |
UTF-8 | 萓晤ィョ繖ソ | 111010001001000010010011111001101001100110100100111011111011110110101000111011111011110110101110111001111011100110010110111011111011110110111111 | e89093e699a4efbda8efbdaee7b996efbdbf |
UHC | ?晤???? | 00111111111001111111101100111111001111110011111100111111 | 3fe7fb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)