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 | 潁?〕揖? | 1001111111110001001111111000000101101100100101110100101100111111 | 9ff13f816c974b3f |
EUC-JP | 潁?〕揖? | 1101111011110011001111111010000111001101110011011010110000111111 | def33fa1cdcdac3f |
UTF-8 | 潁뺣〕揖쵩 | 111001101011110110000001111010111011101010100011111000111000000010010101111001101000111110010110111011001011010110101001 | e6bd81ebbaa3e38095e68f96ecb5a9 |
UHC | 潁뺣〕揖쵩 | 11100111101110001001010111101011101000011011001111101011111001111010110101001000 | e7b895eba1b3ebe7ad48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)