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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 族樽] | 1001000110110000100100100100110101011101 | 91b0924d5d |
EUC-JP | 族樽] | 1100001010110010110000111010111001011101 | c2b2c3ae5d |
UTF-8 | 族樽] | 11100110100101111000111111100110101010001011110101011101 | e6978fe6a8bd5d |
UHC | 族樽] | 1111000011101001111100011101110001011101 | f0e9f1dc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)