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 | 赦鴫籬 | 100011101100110110001110101100001110001011011111 | 8ecd8eb0e2df |
EUC-JP | 赦鴫籬 | 101111001100111110111100101100101110010011100001 | bccfbcb2e4e1 |
UTF-8 | 赦鴫籬 | 111010001011010110100110111010011011010010101011111001111011000110101100 | e8b5a6e9b4abe7b1ac |
UHC | 赦?籬 | 1101111011110101001111111101011111100110 | def53fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)