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 | ä½è°· | 111001001011110110000110111010001011000010110111 | e4bd86e8b0b7 |
SJIS-WIN | ????°? | 00111111001111110011111100111111100000011000101100111111 | 3f3f3f3f818b3f |
EUC-JP | ä??è°? | 1000111110101011101000110011111100111111100011111010101110110010101000011110101100111111 | 8faba33f3f8fabb2a1eb3f |
UTF-8 | ä½è°· | 110000111010010011000010101111011100001010000110110000111010100011000010101100001100001010110111 | c3a4c2bdc286c3a8c2b0c2b7 |
UHC | ?½??°· | 001111111010100011110110001111110011111110100001110001101010000110100100 | 3fa8f63f3fa1c6a1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)