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 | 螂」谿 | 1110010110100101101000111110011010101110 | e5a5a3e6ae |
EUC-JP | 螂」谿 | 111010101010011110001110101000111110110010110000 | eaa78ea3ecb0 |
UTF-8 | 螂」谿 | 111010001001111010000010111011111011110110100011111010001011000010111111 | e89e82efbda3e8b0bf |
UHC | 螂?谿 | 1101010111001100001111111100110110101100 | d5cc3fcdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)