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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 隋主ーB | 11100100010000001000111011100101100000010101101101000010 | e4408ee5815b42 |
EUC-JP | 隋主ーB | 11100111101000011011110011100111101000011011110001000010 | e7a1bce7a1bc42 |
UTF-8 | 隋主ーB | 11101001100110101000101111100100101110001011101111100011100000111011110001000010 | e99a8be4b8bbe383bc42 |
UHC | 隋主?B | 111000101100100111110001101010110011111101000010 | e2c9f1ab3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)