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}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 辛?N}辛?N{^ | 1001000001101000001111110100111001111101100100000110100000111111010011100111101101011110 | 90683f4e7d90683f4e7b5e |
EUC-JP | 辛?N}辛?N{^ | 1011111111001001001111110100111001111101101111111100100100111111010011100111101101011110 | bfc93f4e7dbfc93f4e7b5e |
UTF-8 | 辛밗N}辛밗N{^ | 1110100010111110100110111110101110110000100101110100111001111101111010001011111010011011111010111011000010010111010011100111101101011110 | e8be9bebb0974e7de8be9bebb0974e7b5e |
UHC | 辛밗N}辛밗N{^ | 11100011111101001011100111011100010011100111110111100011111101001011100111011100010011100111101101011110 | e3f4b9dc4e7de3f4b9dc4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)