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 | ̲Éú× | 100011111100110010110010110010011111101011010111 | 8fccb2c9fad7 |
SJIS-WIN | ?????× | 00111111001111110011111100111111001111111000000101111110 | 3f3f3f3f3f817e |
EUC-JP | ?Ì?Éú× | 00111111100011111010101011000000001111111000111110101010101100011000111110101011111000101010000111011111 | 3f8faac03f8faab18fabe2a1df |
UTF-8 | ̲Éú× | 110000101000111111000011100011001100001010110010110000111000100111000011101110101100001110010111 | c28fc38cc2b2c389c3bac397 |
UHC | ??²??× | 0011111100111111101010011111011100111111001111111010000110111111 | 3f3fa9f73f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)