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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?御^ | 00111111100011001110010001011110 | 3f8ce45e |
EUC-JP | ?御^ | 00111111101110001110011001011110 | 3fb8e65e |
UTF-8 | 붑御^ | 11101011101101101001000111100101101111101010000101011110 | ebb691e5bea15e |
UHC | 붑御^ | 1011101011010110111001011101100101011110 | bad6e5d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)