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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 箴?煖 | 1110001010111100001111111110000010001011 | e2bc3fe08b |
EUC-JP | 箴?煖 | 1110010010111110001111111101111111101011 | e4be3fdfeb |
UTF-8 | 箴믐煖 | 111001111010111010110100111010111010111110010000111001111000010110010110 | e7aeb4ebaf90e78596 |
UHC | 箴믐煖 | 111011011101011110111001110010101101000111101110 | edd7b9cad1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)