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 | 赭幗商 | 111001101101111010011011111011001000111110100100 | e6de9bec8fa4 |
EUC-JP | 赭幗商 | 111011001110000011010110111011101011111010100110 | ece0d6eebea6 |
UTF-8 | 赭幗商 | 111010001011010110101101111001011011100110010111111001011001010110000110 | e8b5ade5b997e59586 |
UHC | ??商 | 00111111001111111101111111000010 | 3f3fdfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)