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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?起??起昨^ | 00111111100010110100111000111111001111111000101101001110100011011111000001011110 | 3f8b4e3f3f8b4e8df05e |
EUC-JP | ?起??起昨^ | 00111111101101011010111100111111001111111011010110101111101110101111001001011110 | 3fb5af3f3fb5afbaf25e |
UTF-8 | 퀴起뀐퀴起昨^ | 11101101100000001011010011101000101101011011011111101011100000001001000011101101100000001011010011101000101101011011011111100110100110001010100001011110 | ed80b4e8b5b7eb8090ed80b4e8b5b7e698a85e |
UHC | 퀴起뀐퀴起昨^ | 11000100111110111101000111000011101100101110111111000100111110111101000111000011111011011100011001011110 | c4fbd1c3b2efc4fbd1c3edc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)