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 | 陂壽園 | 111010001001100010011010111001101000100110000000 | e8989ae68980 |
EUC-JP | 陂壽園 | 111011111111100011010100111010001011000111100000 | eff8d4e8b1e0 |
UTF-8 | 陂壽園 | 111010011001100110000010111001011010001110111101111001011001110010010010 | e99982e5a3bde59c92 |
UHC | 陂壽園 | 111110011010111011100001111110001110101010101110 | f9aee1f8eaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)