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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 晧?肢 | 1001110111101100001111111000111010001000 | 9dec3f8e88 |
EUC-JP | 晧?肢 | 1101101011101110001111111011101111101000 | daee3fbbe8 |
UTF-8 | 晧렟肢 | 111001101001100110100111111010111010000010011111111010001000001010100010 | e699a7eba09fe882a2 |
UHC | 晧렟肢 | 111110111100010110001110101100001111001010110110 | fbc58eb0f2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)