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 | 隴門シ・裄 | 1110100010101101100101101110010110111100101001011110010111100000 | e8ad96e5bca5e5e0 |
EUC-JP | 隴門シ・裄 | 11110000101011111100110011100111100011101011110010001110101001011110101011100010 | f0afcce78ebc8ea5eae2 |
UTF-8 | 隴門シ・裄 | 111010011001101010110100111010011001011010000000111011111011110110111100111011111011110110100101111010001010001110000100 | e99ab4e99680efbdbcefbda5e8a384 |
UHC | ?門??? | 001111111101101010100110001111110011111100111111 | 3fdaa63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)