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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 幼?\ | 10010111011000110011111101011100 | 97633f5c |
EUC-JP | 幼?\ | 11001101110001000011111101011100 | cdc43f5c |
UTF-8 | 幼텹\ | 11100101101110011011110011101101100001011011100101011100 | e5b9bced85b95c |
UHC | 幼텹\ | 1110101011101010101101110100110001011100 | eaeab74c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)