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 | è÷¬ä¼ | 1110100011110111101011001110010010111100 | e8f7ace4bc |
SJIS-WIN | ?÷¬?? | 00111111100000011000000010000001110010100011111100111111 | 3f818081ca3f3f |
EUC-JP | è÷¬ä? | 1000111110101011101100101010000111100000101000101100110010001111101010111010001100111111 | 8fabb2a1e0a2cc8faba33f |
UTF-8 | è÷¬ä¼ | 11000011101010001100001110110111110000101010110011000011101001001100001010111100 | c3a8c3b7c2acc3a4c2bc |
UHC | ?÷??¼ | 00111111101000011100000000111111001111111010100011111001 | 3fa1c03f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)