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 | 、闔ウ磁 | 1111000111111001101001001110100010001110101100111000111010100101 | f1f9a4e88eb38ea5 |
EUC-JP | ?、闔ウ磁 | 001111111000111010100100111011111110111010001110101100111011110010100111 | 3f8ea4efee8eb3bca7 |
UTF-8 | 、闔ウ磁 | 111011101000010110110100111011111011110110100100111010011001011110010100111011111011110110110011111001111010001110000001 | ee85b4efbda4e99794efbdb3e7a381 |
UHC | ??闔?磁 | 00111111001111111111100111101111001111111110110110111000 | 3f3ff9ef3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)