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 | 雕績諌楢ア | 111010001011100010010000110100011000101011010000100100111110100010110001 | e8b890d18ad093e8b1 |
EUC-JP | 雕績諌楢ア | 11110000101110101100000011010011101101001101001011000110111010101000111010110001 | f0bac0d3b4d2c6ea8eb1 |
UTF-8 | 雕績諌楢ア | 111010011001101110010101111001111011100010111110111010001010101110001100111001101010010110100010111011111011110110110001 | e99b95e7b8bee8ab8ce6a5a2efbdb1 |
UHC | 雕績?楢? | 1111000011100111111011101110000000111111111010101111100100111111 | f0e7eee03feaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)