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 | 敖?\ | 10011101110000100011111101011100 | 9dc23f5c |
EUC-JP | 敖?\ | 11011010110001000011111101011100 | dac43f5c |
UTF-8 | 敖푅\ | 11100110100101011001011011101101100100011000010101011100 | e69596ed91855c |
UHC | 敖푅\ | 1110011111111001101111100100110001011100 | e7f9be4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)