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 | 111010011011111101010101111010011011111101001110 | e9bf55e9bf4e |
EUC-JP | 鯀U鯀N | 111100101100000101010101111100101100000101001110 | f2c155f2c14e |
UTF-8 | 鯀U鯀N | 1110100110101111100000000101010111101001101011111000000001001110 | e9af8055e9af804e |
UHC | ?U?N | 00111111010101010011111101001110 | 3f553f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)