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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 逶甲[逶甲[^ | 1110011110011011100011010110001001011011111001111001101110001101011000100101101101011110 | e79b8d625be79b8d625b5e |
EUC-JP | 逶甲[逶甲[^ | 1110110111111011101110011100001101011011111011011111101110111001110000110101101101011110 | edfbb9c35bedfbb9c35b5e |
UTF-8 | 逶甲[逶甲[^ | 111010011000000010110110111001111001010010110010010110111110100110000000101101101110011110010100101100100101101101011110 | e980b6e794b25be980b6e794b25b5e |
UHC | ?甲[?甲[^ | 001111111100101110100011010110110011111111001011101000110101101101011110 | 3fcba35b3fcba35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)