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 | è߲ョè | 11101000110111111011001011101111101111011010111011101000 | e8dfb2efbdaee8 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | èß?ï?®è | 1000111110101011101100101000111110101001110011100011111110001111101010111100000100111111100011111010001011101110100011111010101110110010 | 8fabb28fa9ce3f8fabc13f8fa2ee8fabb2 |
UTF-8 | è߲ョè | 1100001110101000110000111001111111000010101100101100001110101111110000101011110111000010101011101100001110101000 | c3a8c39fc2b2c3afc2bdc2aec3a8 |
UHC | ?ß²?½®? | 0011111110101001101011001010100111110111001111111010100011110110101000101110011100111111 | 3fa9aca9f73fa8f6a2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)