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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 援?袁? | 100010011000011100111111111001011100110100111111 | 89873fe5cd3f |
EUC-JP | 援?袁? | 101100011110011100111111111010101100111100111111 | b1e73feacf3f |
UTF-8 | 援렣袁렑 | 111001101000111110110100111010111010000010100011111010001010001010000001111010111010000010010001 | e68fb4eba0a3e8a281eba091 |
UHC | 援렣袁렑 | 1110101010110101100011101011010011101010101111101000111010100110 | eab58eb4eabe8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)