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 | ë¡æ´ | 111010111010000110011000111001101011010010010111 | eba198e6b497 |
SJIS-WIN | ????´? | 00111111001111110011111100111111100000010100110000111111 | 3f3f3f3f814c3f |
EUC-JP | ë¡?æ´? | 10001111101010111011001110001111101000101100001000111111100011111010100111000001101000011010110100111111 | 8fabb38fa2c23f8fa9c1a1ad3f |
UTF-8 | ë¡æ´ | 110000111010101111000010101000011100001010011000110000111010011011000010101101001100001010010111 | c3abc2a1c298c3a6c2b4c297 |
UHC | ?¡?æ´? | 001111111010001010101110001111111010100110100001101000101010010100111111 | 3fa2ae3fa9a1a2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)