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 | 闊悟ュ冶キ | 1110100010001000100011001110010110101101100101101110100010110111 | e8888ce5ad96e8b7 |
EUC-JP | 闊悟ュ冶キ | 11101111111010001011100011100111100011101010110111001100111010101000111010110111 | efe8b8e78eadccea8eb7 |
UTF-8 | 闊悟ュ冶キ | 111010011001011110001010111001101000001010011111111011111011110110101101111001011000011010110110111011111011110110110111 | e9978ae6829fefbdade586b6efbdb7 |
UHC | 闊悟?冶? | 1111110011000100111001111111011000111111111001011010011100111111 | fcc4e7f63fe5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)