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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 翅深}翅深{^ | 1110001111000000100100000101101101111101111000111100000010010000010110110111101101011110 | e3c0905b7de3c0905b7b5e |
EUC-JP | 翅深}翅深{^ | 1110011011000010101111111011110001111101111001101100001010111111101111000111101101011110 | e6c2bfbc7de6c2bfbc7b5e |
UTF-8 | 翅深}翅深{^ | 111001111011111110000101111001101011011110110001011111011110011110111111100001011110011010110111101100010111101101011110 | e7bf85e6b7b17de7bf85e6b7b17b5e |
UHC | 翅深}翅深{^ | 1110001111000111111001001010001001111101111000111100011111100100101000100111101101011110 | e3c7e4a27de3c7e4a27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)