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 | î¼Îê] | 1110111010111100110011101110101001011101 | eebcceea5d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | î?Îê] | 1000111110101011110000100011111110001111101010101100001010001111101010111011010001011101 | 8fabc23f8faac28fabb45d |
UTF-8 | î¼Îê] | 110000111010111011000010101111001100001110001110110000111010101001011101 | c3aec2bcc38ec3aa5d |
UHC | ?¼??] | 001111111010100011111001001111110011111101011101 | 3fa8f93f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)