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 | ä½è¾° | 111001001011110110000110111010001011111010110000 | e4bd86e8beb0 |
SJIS-WIN | ?????° | 00111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f818b |
EUC-JP | ä??è?° | 1000111110101011101000110011111100111111100011111010101110110010001111111010000111101011 | 8faba33f3f8fabb23fa1eb |
UTF-8 | ä½è¾° | 110000111010010011000010101111011100001010000110110000111010100011000010101111101100001010110000 | c3a4c2bdc286c3a8c2bec2b0 |
UHC | ?½??¾° | 001111111010100011110110001111110011111110101000111110101010000111000110 | 3fa8f63f3fa8faa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)