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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 意?意?^ | 10001000110100110011111110001000110100110011111101011110 | 88d33f88d33f5e |
EUC-JP | 意?意?^ | 10110000110101010011111110110000110101010011111101011110 | b0d53fb0d53f5e |
UTF-8 | 意텡意텝^ | 11100110100001001000111111101101100001011010000111100110100001001000111111101101100001011001110101011110 | e6848fed85a1e6848fed859d5e |
UHC | 意텡意텝^ | 111010111111001011000101110111101110101111110010110001011101110001011110 | ebf2c5deebf2c5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)