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 | ?n?V?n | 001111110110111000111111010101100011111101101110 | 3f6e3f563f6e |
SJIS-WIN | ?n?V?n | 001111110110111000111111010101100011111101101110 | 3f6e3f563f6e |
EUC-JP | ?n?V?n | 001111110110111000111111010101100011111101101110 | 3f6e3f563f6e |
UTF-8 | 혳n혟V혳n | 111011011001100010110011011011101110110110011000100111110101011011101101100110001011001101101110 | ed98b36eed989f56ed98b36e |
UHC | 혳n혟V혳n | 110000101001101001101110110000101000100101010110110000101001101001101110 | c29a6ec28956c29a6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)