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 | âÁö°öÎ | 111000101100000111110110101100001111011011001110 | e2c1f6b0f6ce |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | âÁö°öÎ | 1000111110101011101001001000111110101010101000011000111110101011110100111010000111101011100011111010101111010011100011111010101011000010 | 8faba48faaa18fabd3a1eb8fabd38faac2 |
UTF-8 | âÁö°öÎ | 110000111010001011000011100000011100001110110110110000101011000011000011101101101100001110001110 | c3a2c381c3b6c2b0c3b6c38e |
UHC | ???°?? | 00111111001111110011111110100001110001100011111100111111 | 3f3f3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)