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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汁????£ | 1000111101100000001111110011111100111111001111111000000110010010 | 8f603f3f3f3f8192 |
EUC-JP | 汁???勖£ | 10111101110000010011111100111111001111111000111110110011111011011010000111110010 | bdc13f3f3f8fb3eda1f2 |
UTF-8 | 汁흗렓렜勖£ | 111001101011000110000001111011011001110110010111111010111010000010010011111010111010000010011100111001011000101110010110111011111011111110100001 | e6b181ed9d97eba093eba09ce58b96efbfa1 |
UHC | 汁흗렓렜勖£ | 111100011111000011001000111010011000111010101000100011101010111011101001111011011010000111001100 | f1f0c8e98ea88eaee9eda1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)