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 | 11100000111100101110001001001110 | e0f2e24e |
SJIS-WIN | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
EUC-JP | àòâN | 10001111101010111010001010001111101010111101001010001111101010111010010001001110 | 8faba28fabd28faba44e |
UTF-8 | àòâN | 11000011101000001100001110110010110000111010001001001110 | c3a0c3b2c3a24e |
UHC | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)