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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 驥域儲h驥 | 111010011000011110001000111001101001011011010111011010001110100110000111 | e98788e696d768e987 |
EUC-JP | 驥域儲h驥 | 111100011110011110110000111010001100110011011001011010001111000111100111 | f1e7b0e8ccd968f1e7 |
UTF-8 | 驥域儲h驥 | 11101001101010011010010111100101100111111001111111100101100001001011001001101000111010011010100110100101 | e9a9a5e59f9fe584b268e9a9a5 |
UHC | 驥域儲h驥 | 110100011100101011100110101101001110111010111001011010001101000111001010 | d1cae6b4eeb968d1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)