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 | 111010011110101101010101111010011110101101001110 | e9eb55e9eb4e |
EUC-JP | 鴉U鴉N | 111100101110110101010101111100101110110101001110 | f2ed55f2ed4e |
UTF-8 | 鴉U鴉N | 1110100110110100100010010101010111101001101101001000100101001110 | e9b48955e9b4894e |
UHC | 鴉U鴉N | 111001001011110001010101111001001011110001001110 | e4bc55e4bc4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)