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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 族?諸?枳 | 1001000110110000001111111000111110010100001111111001111001101011 | 91b03f8f943f9e6b |
EUC-JP | 族?諸?枳 | 1100001010110010001111111011110111110100001111111101101111001100 | c2b23fbdf43fdbcc |
UTF-8 | 族렧諸렪枳 | 111001101001011110001111111010111010000010100111111010001010101110111000111010111010000010101010111001101001111010110011 | e6978feba0a7e8abb8eba0aae69eb3 |
UHC | 族렧諸렪枳 | 11110000111010011000111010110110111100001011001110001110101110001111001010101100 | f0e98eb6f0b38eb8f2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)