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 | 111010001111110110001011011011101110100011111101100010110110111001000010 | e8fd8b6ee8fd8b6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | èý?nèý?nB | 1000111110101011101100101000111110101011111100100011111101101110100011111010101110110010100011111010101111110010001111110110111001000010 | 8fabb28fabf23f6e8fabb28fabf23f6e42 |
UTF-8 | èýnèýnB | 110000111010100011000011101111011100001010001011011011101100001110101000110000111011110111000010100010110110111001000010 | c3a8c3bdc28b6ec3a8c3bdc28b6e42 |
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)