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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 「・h「・ | 111101101100101110100010101001010110100011110110110010111010001010100101 | f6cba2a568f6cba2a5 |
EUC-JP | ?「・h?「・ | 0011111110001110101000101000111010100101011010000011111110001110101000101000111010100101 | 3f8ea28ea5683f8ea28ea5 |
UTF-8 | 「・h「・ | 11101110100100111011001011101111101111011010001011101111101111011010010101101000111011101001001110110010111011111011110110100010111011111011110110100101 | ee93b2efbda2efbda568ee93b2efbda2efbda5 |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)