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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 閻ォ蟄滓膜^ | 11101000100001011010101111100101101011011001111111100110100101101000110001011110 | e885abe5ad9fe6968c5e |
EUC-JP | 閻ォ蟄滓膜^ | 1110111111100101100011101010101111101010101011111101111011101000110010111110110001011110 | efe58eabeaafdee8cbec5e |
UTF-8 | 閻ォ蟄滓膜^ | 11101001100101101011101111101111101111011010101111101000100111111000010011100110101110111001001111101000100001101001110001011110 | e996bbefbdabe89f84e6bb93e8869c5e |
UHC | 閻?蟄滓膜^ | 11100111101000100011111111110110110111101110111010101011110110001010111101011110 | e7a23ff6deeeabd8af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)