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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 巐」逕 | 1111101010110110101000111110011110010100 | fab6a3e794 |
EUC-JP | 巐」逕 | 10001111101110111111100110001110101000111110110111110100 | 8fbbf98ea3edf4 |
UTF-8 | 巐」逕 | 111001011011011110010000111011111011110110100011111010011000000010010101 | e5b790efbda3e98095 |
UHC | ??逕 | 00111111001111111100110011101111 | 3f3fccef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)