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 | ??? | 00111111001111111010110100111111 | 3f3fad3f |
SJIS-WIN | 餘??源 | 111010010101000000111111001111111000110010111001 | e9503f3f8cb9 |
EUC-JP | 餘??源 | 111100011011000100111111001111111011100010111011 | f1b13f3fb8bb |
UTF-8 | 餘됰源 | 1110100110100100100110001110101110010000101100001100001010101101111001101011101010010000 | e9a498eb90b0c2ade6ba90 |
UHC | 餘됰源 | 1110011010101110100010011110101110100001101010011110101010111001 | e6ae89eba1a9eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)