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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驫ケ鮠朱柑 | 111010011000101010111001111010011011110010001110111010011000101010111001 | e98ab9e9bc8ee98ab9 |
EUC-JP | 驫ケ鮠朱柑 | 11110001111010101000111010111001111100101011111010111100111010111011010010111011 | f1ea8eb9f2bebcebb4bb |
UTF-8 | 驫ケ鮠朱柑 | 111010011010100110101011111011111011110110111001111010011010111010100000111001101001110010110001111001101001111110010001 | e9a9abefbdb9e9aea0e69cb1e69f91 |
UHC | ???朱柑 | 00111111001111110011111111110001101110011100101011110011 | 3f3f3ff1b9caf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)