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 | 郤馴ァ磯寔 | 111001111011101010010011111010011010011110001000111010011001101110000110 | e7ba93e9a788e99b86 |
EUC-JP | 郤馴ァ磯寔 | 11101110101111001100011011101011100011101010011110110000111010111101010111100110 | eebcc6eb8ea7b0ebd5e6 |
UTF-8 | 郤馴ァ磯寔 | 111010011000001110100100111010011010011010110100111011111011110110100111111001111010001110101111111001011010111110010100 | e983a4e9a6b4efbda7e7a3afe5af94 |
UHC | ?馴?磯寔 | 0011111111100010111110000011111111010001101101001110001111010001 | 3fe2f83fd1b4e3d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)