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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雖ら、コ | 111001011010101110000010111001111010010010111010 | e5ab82e7a4ba |
EUC-JP | 雖ら、コ | 1110101010101101101001001110100110001110101001001000111010111010 | eaada4e98ea48eba |
UTF-8 | 雖ら、コ | 111010011001101110010110111000111000001010001001111011111011110110100100111011111011110110111010 | e99b96e38289efbda4efbdba |
UHC | 雖ら?? | 111000101100110010101010111010010011111100111111 | e2ccaae93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)