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 | ÙÞÎß | 1000111111011001110111101100111011011111 | 8fd9decedf |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ÙÞÎß | 00111111100011111010101011100011100011111010100110110000100011111010101011000010100011111010100111001110 | 3f8faae38fa9b08faac28fa9ce |
UTF-8 | ÙÞÎß | 11000010100011111100001110011001110000111001111011000011100011101100001110011111 | c28fc399c39ec38ec39f |
UHC | ??Þ?ß | 00111111001111111010100010101101001111111010100110101100 | 3f3fa8ad3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)