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 | 辷サ辷咲∑ | 111001111000100010111011111001111000100010001101111001111000011110010100 | e788bbe7888de78794 |
EUC-JP | 辷サ辷咲? | 111011011110100010001110101110111110110111101000101110101110100100111111 | ede88ebbede8bae93f |
UTF-8 | 辷サ辷咲∑ | 111010001011111010110111111011111011110110111011111010001011111010110111111001011001001010110010111000101000100010010001 | e8beb7efbdbbe8beb7e592b2e28891 |
UHC | ????∑ | 001111110011111100111111001111111010001010110010 | 3f3f3f3fa2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)