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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 譿俸s^ | 11111011101011001001010111101110100000101001001101011110 | fbac95ee82935e |
EUC-JP | ?俸s^ | 001111111100101011110000101000111111001101011110 | 3fcaf0a3f35e |
UTF-8 | 譿俸s^ | 11101000101011011011111111100100101111111011100011101111101111011001001101011110 | e8adbfe4bfb8efbd935e |
UHC | ?俸s^ | 001111111101110011100100101000111111001101011110 | 3fdce4a3f35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)