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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 莇削充Y | 11100100101101001000110111101101100011110101101101011001 | e4b48ded8f5b59 |
EUC-JP | 莇削充Y | 11101000101101101011101011101111101111011011110001011001 | e8b6baefbdbc59 |
UTF-8 | 莇削充Y | 11101000100011101000011111100101100010011000101011100101100001011000010101011001 | e88e87e5898ae5858559 |
UHC | ?削充Y | 001111111101111011111011111101011111011001011001 | 3fdefbf5f659 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)