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 | 111010001001110110100011011011101110100010011101101000110110111001000010 | e89da36ee89da36e42 |
SJIS-WIN | ??£n??£nB | 0011111100111111100000011001001001101110001111110011111110000001100100100110111001000010 | 3f3f81926e3f3f81926e42 |
EUC-JP | è?£nè?£nB | 100011111010101110110010001111111010000111110010011011101000111110101011101100100011111110100001111100100110111001000010 | 8fabb23fa1f26e8fabb23fa1f26e42 |
UTF-8 | è£nè£nB | 110000111010100011000010100111011100001010100011011011101100001110101000110000101001110111000010101000110110111001000010 | c3a8c29dc2a36ec3a8c29dc2a36e42 |
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)