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 | ¼¿¼Ý | 10111100101111111011110011011101 | bcbfbcdd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?¿?Ý | 0011111110001111101000101100010000111111100011111010101011110010 | 3f8fa2c43f8faaf2 |
UTF-8 | ¼¿¼Ý | 1100001010111100110000101011111111000010101111001100001110011101 | c2bcc2bfc2bcc39d |
UHC | ¼¿¼? | 10101000111110011010001010101111101010001111100100111111 | a8f9a2afa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)