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 | 樂ëëö | 1110111110100110101111111110101110011110100100111110101111110110 | efa6bfeb9e93ebf6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | 樂ë??ëö | 1000111110101011110000011000111110100010110000111000111110100010110001001000111110101011101100110011111100111111100011111010101110110011100011111010101111010011 | 8fabc18fa2c38fa2c48fabb33f3f8fabb38fabd3 |
UTF-8 | 樂ëëö | 11000011101011111100001010100110110000101011111111000011101010111100001010011110110000101001001111000011101010111100001110110110 | c3afc2a6c2bfc3abc29ec293c3abc3b6 |
UHC | ??¿????? | 001111110011111110100010101011110011111100111111001111110011111100111111 | 3f3fa2af3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)