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 | 題籠?企? | 1001000111101000111000101100010000111111100010101110100100111111 | 91e8e2c43f8ae93f |
EUC-JP | 題籠?企? | 1100001011101010111001001100011000111111101101001110101100111111 | c2eae4c63fb4eb3f |
UTF-8 | 題籠렊企츌 | 111010011010000110001100111001111011000110100000111010111010000010001010111001001011110010000001111011001011100010001100 | e9a18ce7b1a0eba08ae4bc81ecb88c |
UHC | 題籠렊企츌 | 11110000101110011101011011101011100011101010000111010000111010101100001111110100 | f0b9d6eb8ea1d0eac3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)