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 | 沚?α辛? | 1001111110001101001111111000001110111111100100000110100000111111 | 9f8d3f83bf90683f |
EUC-JP | 沚?α辛? | 1101110111101101001111111010011011000001101111111100100100111111 | dded3fa6c1bfc93f |
UTF-8 | 沚븍α辛렢 | 1110011010110010100110101110101110111000100011011100111010110001111010001011111010011011111010111010000010100010 | e6b29aebb88dceb1e8be9beba0a2 |
UHC | 沚븍α辛렢 | 11110010101011111011101011101011101001011110000111100011111101001000111010110011 | f2afbaeba5e1e3f48eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)