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 | ?~ | 0011111101111110 | 3f7e |
SJIS-WIN | 刃~ | 100100000110111001111110 | 906e7e |
EUC-JP | 刃~ | 101111111100111101111110 | bfcf7e |
UTF-8 | 刃~ | 11100101100010001000001101111110 | e588837e |
UHC | 刃~ | 111011001101001101111110 | ecd37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)