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 | 111001111001111110101110011011101110011110011111101011100110111001000010 | e79fae6ee79fae6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ç?®nç?®nB | 1000111110101011101011100011111110001111101000101110111001101110100011111010101110101110001111111000111110100010111011100110111001000010 | 8fabae3f8fa2ee6e8fabae3f8fa2ee6e42 |
UTF-8 | ç®nç®nB | 110000111010011111000010100111111100001010101110011011101100001110100111110000101001111111000010101011100110111001000010 | c3a7c29fc2ae6ec3a7c29fc2ae6e42 |
UHC | ??®n??®nB | 0011111100111111101000101110011101101110001111110011111110100010111001110110111001000010 | 3f3fa2e76e3f3fa2e76e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)