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 | 巐鴫 | 111110101011011010001110101100001111001010110111 | fab68eb0f2b7 |
EUC-JP | 巐鴫? | 100011111011101111111001101111001011001000111111 | 8fbbf9bcb23f |
UTF-8 | 巐鴫 | 111001011011011110010000111010011011010010101011111011101000011110101110 | e5b790e9b4abee87ae |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)