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 | 雉ェ雖介〒 | 111010001011001110101010111001011010101110001001111011101000000110100111 | e8b3aae5ab89ee81a7 |
EUC-JP | 雉ェ雖介〒 | 11110000101101011000111010101010111010101010110110110010111100001010001010101001 | f0b58eaaeaadb2f0a2a9 |
UTF-8 | 雉ェ雖介〒 | 111010011001101110001001111011111011110110101010111010011001101110010110111001001011101110001011111000111000000010010010 | e99b89efbdaae99b96e4bb8be38092 |
UHC | 雉?雖介? | 1111011011001011001111111110001011001100110010111011111100111111 | f6cb3fe2cccbbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)