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{^ | 1001110010111100100000110110111001111101100111001011110010000011011011100111101101011110 | 9cbc836e7d9cbc836e7b5e |
SJIS-WIN | ???n}???n{^ | 0011111100111111001111110110111001111101001111110011111100111111011011100111101101011110 | 3f3f3f6e7d3f3f3f6e7b5e |
EUC-JP | ???n}???n{^ | 0011111100111111001111110110111001111101001111110011111100111111011011100111101101011110 | 3f3f3f6e7d3f3f3f6e7b5e |
UTF-8 | ¼n}¼n{^ | 1100001010011100110000101011110011000010100000110110111001111101110000101001110011000010101111001100001010000011011011100111101101011110 | c29cc2bcc2836e7dc29cc2bcc2836e7b5e |
UHC | ?¼?n}?¼?n{^ | 00111111101010001111100100111111011011100111110100111111101010001111100100111111011011100111101101011110 | 3fa8f93f6e7d3fa8f93f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)