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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 屆籘 | 10011011100111001110001011011010 | 9b9ce2da |
EUC-JP | 屆籘 | 11010101111111001110010011011100 | d5fce4dc |
UTF-8 | 屆籘 | 111001011011000110000110111001111011000110011000 | e5b186e7b198 |
UHC | 屆? | 110011001111101000111111 | ccfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)