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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 篠竺赦 | 100011101100001010001110101100011000111011001101 | 8ec28eb18ecd |
EUC-JP | 篠竺赦 | 101111001100010010111100101100111011110011001111 | bcc4bcb3bccf |
UTF-8 | 篠竺赦 | 111001111010111110100000111001111010101110111010111010001011010110100110 | e7afa0e7abbae8b5a6 |
UHC | 篠竺赦 | 111000011100011011110101111001111101111011110101 | e1c6f5e7def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)