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 | ??????gF | 0011111100111111001111110011111100111111001111110110011101000110 | 3f3f3f3f3f3f6746 |
SJIS-WIN | ???渦??gF | 001111110011111100111111100010010101000100111111001111110110011101000110 | 3f3f3f89513f3f6746 |
EUC-JP | ???渦??gF | 001111110011111100111111101100011011001000111111001111110110011101000110 | 3f3f3fb1b23f3f6746 |
UTF-8 | 吳뱄쉿渦뤄슭gF | 1110010110010000101100111110101110110001100001001110110010001001101111111110011010111000101001101110101110100100100001001110110010001010101011010110011101000110 | e590b3ebb184ec89bfe6b8a6eba484ec8aad6746 |
UHC | 吳뱄쉿渦뤄슭gF | 1110011111101111101110011110111110111101101100101110100010111110101101111110111110111101101111100110011101000110 | e7efb9efbdb2e8beb7efbdbe6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)