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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 頽ィ閧イ豢 | 1110100011110110101010001110100010000010101100101110011010110100 | e8f6a8e882b2e6b4 |
EUC-JP | 頽ィ閧イ豢 | 11110000111110001000111010101000111011111110001010001110101100101110110010110110 | f0f88ea8efe28eb2ecb6 |
UTF-8 | 頽ィ閧イ豢 | 111010011010000010111101111011111011110110101000111010011001011010100111111011111011110110110010111010001011000110100010 | e9a0bdefbda8e996a7efbdb2e8b1a2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)