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 | 靭孟蔓 | 100100000111100010010110110100001001011010100000 | 907896d096a0 |
EUC-JP | 靭孟蔓 | 101111111101100111001100110100101100110010100010 | bfd9ccd2cca2 |
UTF-8 | 靭孟蔓 | 111010011001110110101101111001011010110110011111111010001001010010010011 | e99dade5ad9fe89493 |
UHC | 靭孟蔓 | 111011001110010111011000111010111101100011000000 | ece5d8ebd8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)