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 | 釈] | 1000111011011111111100111010011001011101 | 8edff3a65d |
EUC-JP | 釈?] | 10111100111000010011111101011101 | bce13f5d |
UTF-8 | 釈] | 11101001100001111000100011101110100010101001100101011101 | e98788ee8a995d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)