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 | 頽。蜍滓イ | 1110100011110110101000011110010110001011100111111110011010110010 | e8f6a1e58b9fe6b2 |
EUC-JP | 頽。蜍滓イ | 11110000111110001000111010100001111010011110101111011110111010001000111010110010 | f0f88ea1e9ebdee88eb2 |
UTF-8 | 頽。蜍滓イ | 111010011010000010111101111011111011110110100001111010001001110010001101111001101011101110010011111011111011110110110010 | e9a0bdefbda1e89c8de6bb93efbdb2 |
UHC | ???滓? | 001111110011111100111111111011101010101100111111 | 3f3f3feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)