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 | ë뮨 | 111010111001111010001101111010111010111010101000 | eb9e8debaea8 |
SJIS-WIN | ?????¨ | 00111111001111110011111100111111001111111000000101001110 | 3f3f3f3f3f814e |
EUC-JP | ë??뮨 | 10001111101010111011001100111111001111111000111110101011101100111000111110100010111011101010000110101111 | 8fabb33f3f8fabb38fa2eea1af |
UTF-8 | ë뮨 | 110000111010101111000010100111101100001010001101110000111010101111000010101011101100001010101000 | c3abc29ec28dc3abc2aec2a8 |
UHC | ????®¨ | 0011111100111111001111110011111110100010111001111010000110100111 | 3f3f3f3fa2e7a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)