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 | 巐餓ァ晨圜 | 111110101011011010001001111011001010011110011101111011011001101010100110 | fab689eca79ded9aa6 |
EUC-JP | 巐餓ァ晨圜 | 1000111110111011111110011011001011101110100011101010011111011010111011111101010010101000 | 8fbbf9b2ee8ea7daefd4a8 |
UTF-8 | 巐餓ァ晨圜 | 111001011011011110010000111010011010010010010011111011111011110110100111111001101001100110101000111001011001110010011100 | e5b790e9a493efbda7e699a8e59c9c |
UHC | ?餓?晨? | 00111111111001001011101100111111111000111110011100111111 | 3fe4bb3fe3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)