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 | 111000011101111011111100010000111110000111011110111111000100001101000010 | e1defc43e1defc4342 |
EUC-JP | 矗鮏矗鮏B | 1110001011100000100011111110101011011011111000101110000010001111111010101101101101000010 | e2e08feadbe2e08feadb42 |
UTF-8 | 矗鮏矗鮏B | 11100111100111111001011111101001101011101000111111100111100111111001011111101001101011101000111101000010 | e79f97e9ae8fe79f97e9ae8f42 |
UHC | 矗?矗?B | 11110101101110000011111111110101101110000011111101000010 | f5b83ff5b83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)