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 | ???R? | 0011111100111111001111110101001000111111 | 3f3f3f523f |
SJIS-WIN | 葉??R謠 | 10010111011101000011111100111111010100101110011010001111 | 97743f3f52e68f |
EUC-JP | 葉??R謠 | 11001101110101010011111100111111010100101110101111101111 | cdd53f3f52ebef |
UTF-8 | 葉띕젡R謠 | 11101000100100011000100111101011100111011001010111101100101000001010000101010010111010001010110010100000 | e89189eb9d95eca0a152e8aca0 |
UHC | 葉띕젡R謠 | 111001111010100010110110111010111010000010011010010100101110100110101010 | e7a8b6eba09a52e9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)