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 | 謔瑚」溽糖 | 111001101000001010001100111010001010001110011111111001111001001110011100 | e6828ce8a39fe7939c |
EUC-JP | 謔瑚」溽糖 | 11101011111000101011100011101010100011101010001111011110111010011100010111111100 | ebe2b8ea8ea3dee9c5fc |
UTF-8 | 謔瑚」溽糖 | 111010001010110010010100111001111001000110011010111011111011110110100011111001101011101010111101111001111011001110010110 | e8ac94e7919aefbda3e6babde7b396 |
UHC | 謔瑚??糖 | 1111100111001100111110111101000100111111001111111101001111011000 | f9ccfbd13f3fd3d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)