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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ス鄂ムシクシモ | 1011110111100111101111011101000110111100101110001011110011010011 | bde7bdd1bcb8bcd3 |
EUC-JP | ス鄂ムシクシモ | 1000111010111101111011101011111110001110110100011000111010111100100011101011100010001110101111001000111011010011 | 8ebdeebf8ed18ebc8eb88ebc8ed3 |
UTF-8 | ス鄂ムシクシモ | 111011111011110110111101111010011000010010000010111011111011111010010001111011111011110110111100111011111011110110111000111011111011110110111100111011111011111010010011 | efbdbde98482efbe91efbdbcefbdb8efbdbcefbe93 |
UHC | ?鄂????? | 0011111111100100110001110011111100111111001111110011111100111111 | 3fe4c73f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)