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 | ÞÓËô | 1101111011010011100011111100101111110100 | ded38fcbf4 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ÞÓ?Ëô | 10001111101010011011000010001111101010101101000100111111100011111010101010110011100011111010101111010100 | 8fa9b08faad13f8faab38fabd4 |
UTF-8 | ÞÓËô | 11000011100111101100001110010011110000101000111111000011100010111100001110110100 | c39ec393c28fc38bc3b4 |
UHC | Þ???? | 101010001010110100111111001111110011111100111111 | a8ad3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)