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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 矚鮏矚鮏B | 111000011101111111111100010000111110000111011111111111000100001101000010 | e1dffc43e1dffc4342 |
EUC-JP | 矚鮏矚鮏B | 1110001011100001100011111110101011011011111000101110000110001111111010101101101101000010 | e2e18feadbe2e18feadb42 |
UTF-8 | 矚鮏矚鮏B | 11100111100111111001101011101001101011101000111111100111100111111001101011101001101011101000111101000010 | e79f9ae9ae8fe79f9ae9ae8f42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)