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 | $~ | 100000011001000001111110 | 81907e |
EUC-JP | $~ | 101000011111000001111110 | a1f07e |
UTF-8 | $~ | 11101111101111001000010001111110 | efbc847e |
UHC | $~ | 101000111010010001111110 | a3a47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)