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 | 雜∵勁 | 111010001011011010000001111001101001100110100100 | e8b681e699a4 |
EUC-JP | 雜∵勁 | 111100001011100010100010111010001101001010100110 | f0b8a2e8d2a6 |
UTF-8 | 雜∵勁 | 111010011001101110011100111000101000100010110101111001011000101110000001 | e99b9ce288b5e58b81 |
UHC | 雜∵勁 | 111011011101101010100001111100011100110011001101 | eddaa1f1cccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)