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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 晩籔i晩籔iB | 1001010011010011111000101101011001101001100101001101001111100010110101100110100101000010 | 94d3e2d66994d3e2d66942 |
EUC-JP | 晩籔i晩籔iB | 1100100011010101111001001101100001101001110010001101010111100100110110000110100101000010 | c8d5e4d869c8d5e4d86942 |
UTF-8 | 晩籔i晩籔iB | 111001101001100110101001111001111011000110010100011010011110011010011001101010011110011110110001100101000110100101000010 | e699a9e7b19469e699a9e7b1946942 |
UHC | 晩?i晩?iB | 110110001011100100111111011010011101100010111001001111110110100101000010 | d8b93f69d8b93f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)