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 | ñà}ñâqnB | 10011111111100011110000001111101100111111111000111100010011100010110111001000010 | 9ff1e07d9ff1e2716e42 |
SJIS-WIN | ???}???qnB | 00111111001111110011111101111101001111110011111100111111011100010110111001000010 | 3f3f3f7d3f3f3f716e42 |
EUC-JP | ?ñà}?ñâqnB | 001111111000111110101011110100001000111110101011101000100111110100111111100011111010101111010000100011111010101110100100011100010110111001000010 | 3f8fabd08faba27d3f8fabd08faba4716e42 |
UTF-8 | ñà}ñâqnB | 11000010100111111100001110110001110000111010000001111101110000101001111111000011101100011100001110100010011100010110111001000010 | c29fc3b1c3a07dc29fc3b1c3a2716e42 |
UHC | ???}???qnB | 00111111001111110011111101111101001111110011111100111111011100010110111001000010 | 3f3f3f7d3f3f3f716e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)