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 | 1001010011010011111000110111100001101001100101001101001111100011011110000110100101000010 | 94d3e3786994d3e3786942 |
EUC-JP | 晩繆i晩繆iB | 1100100011010101111001011101100101101001110010001101010111100101110110010110100101000010 | c8d5e5d969c8d5e5d96942 |
UTF-8 | 晩繆i晩繆iB | 111001101001100110101001111001111011100110000110011010011110011010011001101010011110011110111001100001100110100101000010 | e699a9e7b98669e699a9e7b9866942 |
UHC | 晩繆i晩繆iB | 1101100010111001110110011111000001101001110110001011100111011001111100000110100101000010 | d8b9d9f069d8b9d9f06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)