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 | レ﨨礼レ﨨硺^ | 1101101011111011110110101111101101111101110110101111101111011010111110110111101101011110 | dafbdafb7ddafbdafb7b5e |
EUC-JP | レ??レ?硺^ | 1000111011011010001111110011111110001110110110100011111110001111110011111110110101011110 | 8eda3f3f8eda3f8fcfed5e |
UTF-8 | レ﨨礼レ﨨硺^ | 11101111101111101001101011101111101010001010100011101111101010001001100011101111101111101001101011101111101010001010100011100111101000011011101001011110 | efbe9aefa8a8efa898efbe9aefa8a8e7a1ba5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)