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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疫ョ?疫 | 10001001011101011000001110000111001111111000100101110101 | 897583873f8975 |
EUC-JP | 疫ョ?疫 | 10110001110101101010010111100111001111111011000111010110 | b1d6a5e73fb1d6 |
UTF-8 | 疫ョ쮫疫 | 111001111001011010101011111000111000001110100111111011001010111010101011111001111001011010101011 | e796abe383a7ecaeabe796ab |
UHC | 疫ョ쮫疫 | 1110011010111001101010111110011110101000100010001110011010111001 | e6b9abe7a888e6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)