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 | 0011111100111111100000011010000101011001 | 3f3f81a159 |
EUC-JP | ??■Y | 0011111100111111101000101010001101011001 | 3f3fa2a359 |
UTF-8 | 뤳₃■Y | 11101011101001001011001111100010100000101000001111100010100101101010000001011001 | eba4b3e28283e296a059 |
UHC | 뤳₃■Y | 10001111111000011010100111111101101000011110000101011001 | 8fe1a9fda1e159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)