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{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 淏?n}淏?n{^ | 1111101101000010001111110110111001111101111110110100001000111111011011100111101101011110 | fb423f6e7dfb423f6e7b5e |
EUC-JP | 淏?n}淏?n{^ | 10001111110001111101100100111111011011100111110110001111110001111101100100111111011011100111101101011110 | 8fc7d93f6e7d8fc7d93f6e7b5e |
UTF-8 | 淏렔n}淏렔n{^ | 1110011010110111100011111110101110100000100101000110111001111101111001101011011110001111111010111010000010010100011011100111101101011110 | e6b78feba0946e7de6b78feba0946e7b5e |
UHC | 淏렔n}淏렔n{^ | 11111011110010001000111010101001011011100111110111111011110010001000111010101001011011100111101101011110 | fbc88ea96e7dfbc88ea96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)