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æ®nB | 111001101010111010000011011011101110011010101110100000110110111001000010 | e6ae836ee6ae836e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | æ®?næ®?nB | 1000111110101001110000011000111110100010111011100011111101101110100011111010100111000001100011111010001011101110001111110110111001000010 | 8fa9c18fa2ee3f6e8fa9c18fa2ee3f6e42 |
UTF-8 | æ®næ®nB | 110000111010011011000010101011101100001010000011011011101100001110100110110000101010111011000010100000110110111001000010 | c3a6c2aec2836ec3a6c2aec2836e42 |
UHC | æ®?næ®?nB | 10101001101000011010001011100111001111110110111010101001101000011010001011100111001111110110111001000010 | a9a1a2e73f6ea9a1a2e73f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)