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 | ÛÞóçú | 1101101111011110111100111110011111111010 | dbdef3e7fa |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ÛÞóçú | 100011111010101011100101100011111010100110110000100011111010101111010001100011111010101110101110100011111010101111100010 | 8faae58fa9b08fabd18fabae8fabe2 |
UTF-8 | ÛÞóçú | 11000011100110111100001110011110110000111011001111000011101001111100001110111010 | c39bc39ec3b3c3a7c3ba |
UHC | ?Þ??? | 001111111010100010101101001111110011111100111111 | 3fa8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)