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 | ?U?N | 00111111010101010011111101001110 | 3f553f4e |
SJIS-WIN | ?U?N | 00111111010101010011111101001110 | 3f553f4e |
EUC-JP | ?U?N | 00111111010101010011111101001110 | 3f553f4e |
UTF-8 | 묧U묧N | 1110101110101100101001110101010111101011101011001010011101001110 | ebaca755ebaca74e |
UHC | 묧U묧N | 100100011111111001010101100100011111111001001110 | 91fe5591fe4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)