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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 巐器圀h巐 | 111110101011011010001010111011011001101010011011011010001111101010110110 | fab68aed9a9b68fab6 |
EUC-JP | 巐器圀h巐 | 1000111110111011111110011011010011101111110100111111101101101000100011111011101111111001 | 8fbbf9b4efd3fb688fbbf9 |
UTF-8 | 巐器圀h巐 | 11100101101101111001000011100101100110011010100011100101100111001000000001101000111001011011011110010000 | e5b790e599a8e59c8068e5b790 |
UHC | ?器?h? | 001111111101000011101111001111110110100000111111 | 3fd0ef3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)