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 | ·§íË | 10110111101001111110110111001011 | b7a7edcb |
SJIS-WIN | ?§?? | 0011111110000001100110000011111100111111 | 3f81983f3f |
EUC-JP | ?§íË | 001111111010000111111000100011111010101110111111100011111010101010110011 | 3fa1f88fabbf8faab3 |
UTF-8 | ·§íË | 1100001010110111110000101010011111000011101011011100001110001011 | c2b7c2a7c3adc38b |
UHC | ·§?? | 101000011010010010100001110101110011111100111111 | a1a4a1d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)