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 | ëà²åêµ | 1110101111100000101100101110010110001000100010001110101010110101 | ebe0b2e58888eab5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ëà?å??ê? | 10001111101010111011001110001111101010111010001000111111100011111010101110101001001111110011111110001111101010111011010000111111 | 8fabb38faba23f8faba93f3f8fabb43f |
UTF-8 | ëà²åêµ | 11000011101010111100001110100000110000101011001011000011101001011100001010001000110000101000100011000011101010101100001010110101 | c3abc3a0c2b2c3a5c288c288c3aac2b5 |
UHC | ??²????? | 001111110011111110101001111101110011111100111111001111110011111100111111 | 3f3fa9f73f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)