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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 頏シャシエ^ | 111010001111000011110000101101011011110010101100101111001011010001011110 | e8f0f0b5bcacbcb45e |
EUC-JP | 頏?シャシエ^ | 111100001111001000111111100011101011110010001110101011001000111010111100100011101011010001011110 | f0f23f8ebc8eac8ebc8eb45e |
UTF-8 | 頏シャシエ^ | 11101001101000001000111111101110100000011011010011101111101111011011110011101111101111011010110011101111101111011011110011101111101111011011010001011110 | e9a08fee81b4efbdbcefbdacefbdbcefbdb45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)