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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 緣쁃緣쁃^ | 11100111101101111010001111101100100000011000001111100111101101111010001111101100100000011000001101011110 | e7b7a3ec8183e7b7a3ec81835e |
UHC | 緣쁃緣쁃^ | 111001101101111010011000010001001110011011011110100110000100010001011110 | e6de9844e6de98445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)