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 | 辿éä | 11101000101111101011111111101001100000011001110011100100 | e8bebfe9819ce4 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | è?¿é??ä | 100011111010101110110010001111111000111110100010110001001000111110101011101100010011111100111111100011111010101110100011 | 8fabb23f8fa2c48fabb13f3f8faba3 |
UTF-8 | 辿éä | 1100001110101000110000101011111011000010101111111100001110101001110000101000000111000010100111001100001110100100 | c3a8c2bec2bfc3a9c281c29cc3a4 |
UHC | ?¾¿???? | 001111111010100011111010101000101010111100111111001111110011111100111111 | 3fa8faa2af3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)