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 | モ藜モ藜^ | 11010011111001010101101111010011111001010101101101011110 | d3e55bd3e55b5e |
EUC-JP | モ藜モ藜^ | 100011101101001111101001101111001000111011010011111010011011110001011110 | 8ed3e9bc8ed3e9bc5e |
UTF-8 | モ藜モ藜^ | 11101111101111101001001111101000100101111001110011101111101111101001001111101000100101111001110001011110 | efbe93e8979cefbe93e8979c5e |
UHC | ?藜?藜^ | 00111111110101011110110100111111110101011110110101011110 | 3fd5ed3fd5ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)