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 | 智??? | 1001001001110001001111110011111100111111 | 92713f3f3f |
EUC-JP | 智??佾 | 11000011110100100011111100111111100011111011000011111011 | c3d23f3f8fb0fb |
UTF-8 | 智곈디佾 | 111001101001100110111010111010101011001110001000111010111001010010010100111001001011110110111110 | e699baeab388eb9494e4bdbe |
UHC | 智곈디佾 | 1111001010101010101100001110100110110101111100001110110011101011 | f2aab0e9b5f0eceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)