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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 稔????兪 | 1001011010101011001111110011111100111111001111111001100101100000 | 96ab3f3f3f3f9960 |
EUC-JP | 稔????兪 | 1100110010101101001111110011111100111111001111111101000111000001 | ccad3f3f3f3fd1c1 |
UTF-8 | 稔렡롋븝웬兪 | 111001111010100010010100111010111010000010100001111010111010000110001011111010111011100010011101111011001001101110101100111001011000010110101010 | e7a894eba0a1eba18bebb89dec9bace585aa |
UHC | 稔렡롋븝웬兪 | 111011001111100110001110101100101000111011010001101110101110111111000000101000101110101011100100 | ecf98eb28ed1baefc0a2eae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)