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 | èàè»ä | 11101000111000001000000111101000101110111001111111100100 | e8e081e8bb9fe4 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | èà?è??ä | 100011111010101110110010100011111010101110100010001111111000111110101011101100100011111100111111100011111010101110100011 | 8fabb28faba23f8fabb23f3f8faba3 |
UTF-8 | èàè»ä | 1100001110101000110000111010000011000010100000011100001110101000110000101011101111000010100111111100001110100100 | c3a8c3a0c281c3a8c2bbc29fc3a4 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)