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 | ñü³áâ | 11110001111111001000111010110011100011111110000111100010 | f1fc8eb38fe1e2 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ñü???áâ | 100011111010101111010000100011111010101111100100001111110011111100111111100011111010101110100001100011111010101110100100 | 8fabd08fabe43f3f3f8faba18faba4 |
UTF-8 | ñü³áâ | 1100001110110001110000111011110011000010100011101100001010110011110000101000111111000011101000011100001110100010 | c3b1c3bcc28ec2b3c28fc3a1c3a2 |
UHC | ???³??? | 0011111100111111001111111010100111111000001111110011111100111111 | 3f3f3fa9f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)