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 | 蠖ァ螟ア鞴 | 1110010110111101101001111110010110100100101100011110100011100100 | e5bda7e5a4b1e8e4 |
EUC-JP | 蠖ァ螟ア鞴 | 11101010101111111000111010100111111010101010011010001110101100011111000011100110 | eabf8ea7eaa68eb1f0e6 |
UTF-8 | 蠖ァ螟ア鞴 | 111010001010000010010110111011111011110110100111111010001001111010011111111011111011110110110001111010011001111010110100 | e8a096efbda7e89e9fefbdb1e99eb4 |
UHC | ??螟?? | 001111110011111111011001101011010011111100111111 | 3f3fd9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)