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 | ÞÛ¼ÓÈô | 11011110110110111011110011010011110010001111010010001111 | dedbbcd3c8f48f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ÞÛ?ÓÈô? | 1000111110101001101100001000111110101010111001010011111110001111101010101101000110001111101010101011001010001111101010111101010000111111 | 8fa9b08faae53f8faad18faab28fabd43f |
UTF-8 | ÞÛ¼ÓÈô | 1100001110011110110000111001101111000010101111001100001110010011110000111000100011000011101101001100001010001111 | c39ec39bc2bcc393c388c3b4c28f |
UHC | Þ?¼???? | 101010001010110100111111101010001111100100111111001111110011111100111111 | a8ad3fa8f93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)