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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 驥域儲h驥域 | 1110100110000111100010001110011010010110110101110110100011101001100001111000100011100110 | e98788e696d768e98788e6 |
EUC-JP | 驥域儲h驥域 | 1111000111100111101100001110100011001100110110010110100011110001111001111011000011101000 | f1e7b0e8ccd968f1e7b0e8 |
UTF-8 | 驥域儲h驥域 | 11101001101010011010010111100101100111111001111111100101100001001011001001101000111010011010100110100101111001011001111110011111 | e9a9a5e59f9fe584b268e9a9a5e59f9f |
UHC | 驥域儲h驥域 | 1101000111001010111001101011010011101110101110010110100011010001110010101110011010110100 | d1cae6b4eeb968d1cae6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)