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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 郤馴ァ磯寔E | 11100111101110101001001111101001101001111000100011101001100110111000011001000101 | e7ba93e9a788e99b8645 |
EUC-JP | 郤馴ァ磯寔E | 1110111010111100110001101110101110001110101001111011000011101011110101011110011001000101 | eebcc6eb8ea7b0ebd5e645 |
UTF-8 | 郤馴ァ磯寔E | 11101001100000111010010011101001101001101011010011101111101111011010011111100111101000111010111111100101101011111001010001000101 | e983a4e9a6b4efbda7e7a3afe5af9445 |
UHC | ?馴?磯寔E | 001111111110001011111000001111111101000110110100111000111101000101000101 | 3fe2f83fd1b4e3d145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)