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 | 髫簿込蝣ァ | 111010011001101010010101111010111000110110011110111001011010000010100111 | e99a95eb8d9ee5a0a7 |
EUC-JP | 髫簿込蝣ァ | 11110001111110101100101011101101101110011111111011101010101000101000111010100111 | f1facaedb9feeaa28ea7 |
UTF-8 | 髫簿込蝣ァ | 111010011010101110101011111001111011000010111111111010001011111010111100111010001001110110100011111011111011110110100111 | e9ababe7b0bfe8bebce89da3efbda7 |
UHC | ?簿??? | 001111111101110110101101001111110011111100111111 | 3fddad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)