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 | èßë³ë | 11101000110111111001100111101011101100111001111111101011 | e8df99ebb39feb |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | èß?ë??ë | 100011111010101110110010100011111010100111001110001111111000111110101011101100110011111100111111100011111010101110110011 | 8fabb28fa9ce3f8fabb33f3f8fabb3 |
UTF-8 | èßë³ë | 1100001110101000110000111001111111000010100110011100001110101011110000101011001111000010100111111100001110101011 | c3a8c39fc299c3abc2b3c29fc3ab |
UHC | ?ß??³?? | 001111111010100110101100001111110011111110101001111110000011111100111111 | 3fa9ac3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)