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 | Éüä´ | 100011111100100111111100111001001011010010001110 | 8fc9fce4b48e |
SJIS-WIN | ????´? | 00111111001111110011111100111111100000010100110000111111 | 3f3f3f3f814c3f |
EUC-JP | ?Éüä´? | 00111111100011111010101010110001100011111010101111100100100011111010101110100011101000011010110100111111 | 3f8faab18fabe48faba3a1ad3f |
UTF-8 | Éüä´ | 110000101000111111000011100010011100001110111100110000111010010011000010101101001100001010001110 | c28fc389c3bcc3a4c2b4c28e |
UHC | ????´? | 00111111001111110011111100111111101000101010010100111111 | 3f3f3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)