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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | ???猶?BF | 0011111100111111001111111001011101010000001111110100001001000110 | 3f3f3f97503f4246 |
EUC-JP | ???猶?BF | 0011111100111111001111111100110110110001001111110100001001000110 | 3f3f3fcdb13f4246 |
UTF-8 | 緣쏅슦猶웣BF | 1110011110110111101000111110110010001111100001011110110010001010101001101110011110001100101101101110110010011011101000110100001001000110 | e7b7a3ec8f85ec8aa6e78cb6ec9ba34246 |
UHC | 緣쏅슦猶웣BF | 111001101101111010011011111010111001101010110000111010111010001010011111011011110100001001000110 | e6de9beb9ab0eba29f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)