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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釣?咐 | 1001001011011110001111111001100111110011 | 92de3f99f3 |
EUC-JP | 釣?咐 | 1100010011100000001111111101001011110101 | c4e03fd2f5 |
UTF-8 | 釣멱咐 | 111010011000011110100011111010111010100110110001111001011001001010010000 | e987a3eba9b1e59290 |
UHC | 釣멱咐 | 111100001110010110111000111010001101110011111011 | f0e5b8e8dcfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)