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 | è¢ê¶^ | 11101000100000101010001011101010101101101000001001011110 | e882a2eab6825e |
SJIS-WIN | ??¢?¶?^ | 001111110011111110000001100100010011111110000001111101110011111101011110 | 3f3f81913f81f73f5e |
EUC-JP | ��^ | 10001111101010111011001000111111101000011111000110001111101010111011010010100010111110010011111101011110 | 8fabb23fa1f18fabb4a2f93f5e |
UTF-8 | è¢ê¶^ | 11000011101010001100001010000010110000101010001011000011101010101100001010110110110000101000001001011110 | c3a8c282c2a2c3aac2b6c2825e |
UHC | ????¶?^ | 0011111100111111001111110011111110100010110100100011111101011110 | 3f3f3f3fa2d23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)