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 | 彫羲ξ | 100100101010010011100011101110101000001111001100 | 92a4e3ba83cc |
EUC-JP | 彫羲ξ | 110001001010011011100110101111001010011011001110 | c4a6e6bca6ce |
UTF-8 | 彫羲ξ | 1110010110111101101010111110011110111110101100101100111010111110 | e5bdabe7beb2cebe |
UHC | 彫羲ξ | 111100001100000111111101111111011010010111101110 | f0c1fdfda5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)