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 | 陳?箏?陳 | 1001001011000010001111111110001010110101001111111001001011000010 | 92c23fe2b53f92c2 |
EUC-JP | 陳?箏?陳 | 1100010011000100001111111110010010110111001111111100010011000100 | c4c43fe4b73fc4c4 |
UTF-8 | 陳렟箏렍陳 | 111010011001100110110011111010111010000010011111111001111010111010001111111010111010000010001101111010011001100110110011 | e999b3eba09fe7ae8feba08de999b3 |
UHC | 陳렟箏렍陳 | 11110010111001111000111010110000111011101011010010001110101000111111001011100111 | f2e78eb0eeb48ea3f2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)