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 | 讓らョ定ィ | 1110011010101000100000101110011110101110100100101110100010101000 | e6a882e7ae92e8a8 |
EUC-JP | 讓らョ定ィ | 11101100101010101010010011101001100011101010111011000100111010101000111010101000 | ecaaa4e98eaec4ea8ea8 |
UTF-8 | 讓らョ定ィ | 111010001010111010010011111000111000001010001001111011111011110110101110111001011010111010011010111011111011110110101000 | e8ae93e38289efbdaee5ae9aefbda8 |
UHC | 讓ら?定? | 1110010111010011101010101110100100111111111011111101001000111111 | e5d3aae93fefd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)