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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驥惹セカ^ | 11101001100001111000111011100100101111101011011001011110 | e9878ee4beb65e |
EUC-JP | 驥惹セカ^ | 111100011110011110111100111001101000111010111110100011101011011001011110 | f1e7bce68ebe8eb65e |
UTF-8 | 驥惹セカ^ | 11101001101010011010010111100110100000111011100111101111101111011011111011101111101111011011011001011110 | e9a9a5e683b9efbdbeefbdb65e |
UHC | 驥惹??^ | 11010001110010101110010110101001001111110011111101011110 | d1cae5a93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)