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 | 鳥?j | 1001001010111001001111111000001010001010 | 92b93f828a |
EUC-JP | 鳥?j | 1100010010111011001111111010001111101010 | c4bb3fa3ea |
UTF-8 | 鳥쭤j | 111010011011001110100101111011001010110110100100111011111011110110001010 | e9b3a5ecada4efbd8a |
UHC | 鳥쭤j | 111100001110100011000010111001011010001111101010 | f0e8c2e5a3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)