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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鯀フ藜鯀フ藜^ | 1110100110111111110011001110010101011011111010011011111111001100111001010101101101011110 | e9bfcce55be9bfcce55b5e |
EUC-JP | 鯀フ藜鯀フ藜^ | 11110010110000011000111011001100111010011011110011110010110000011000111011001100111010011011110001011110 | f2c18ecce9bcf2c18ecce9bc5e |
UTF-8 | 鯀フ藜鯀フ藜^ | 11101001101011111000000011101111101111101000110011101000100101111001110011101001101011111000000011101111101111101000110011101000100101111001110001011110 | e9af80efbe8ce8979ce9af80efbe8ce8979c5e |
UHC | ??藜??藜^ | 001111110011111111010101111011010011111100111111110101011110110101011110 | 3f3fd5ed3f3fd5ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)