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 | 100011111110100011001000011011101000111111101000110010000110111001000010 | 8fe8c86e8fe8c86e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ?èÈn?èÈnB | 0011111110001111101010111011001010001111101010101011001001101110001111111000111110101011101100101000111110101010101100100110111001000010 | 3f8fabb28faab26e3f8fabb28faab26e42 |
UTF-8 | èÈnèÈnB | 110000101000111111000011101010001100001110001000011011101100001010001111110000111010100011000011100010000110111001000010 | c28fc3a8c3886ec28fc3a8c3886e42 |
UHC | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)