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 | êî±ë¡¨ë | 11101010111011101011000111101011101000011010100011101011 | eaeeb1eba1a8eb |
SJIS-WIN | ??±??¨? | 001111110011111110000001011111010011111100111111100000010100111000111111 | 3f3f817d3f3f814e3f |
EUC-JP | êî±ë¡¨ë | 10001111101010111011010010001111101010111100001010100001110111101000111110101011101100111000111110100010110000101010000110101111100011111010101110110011 | 8fabb48fabc2a1de8fabb38fa2c2a1af8fabb3 |
UTF-8 | êî±ë¡¨ë | 1100001110101010110000111010111011000010101100011100001110101011110000101010000111000010101010001100001110101011 | c3aac3aec2b1c3abc2a1c2a8c3ab |
UHC | ??±?¡¨? | 00111111001111111010000110111110001111111010001010101110101000011010011100111111 | 3f3fa1be3fa2aea1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)