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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 跛シカB | 1110011011101010101111001011011001000010 | e6eabcb642 |
EUC-JP | 跛シカB | 11101100111011001000111010111100100011101011011001000010 | ecec8ebc8eb642 |
UTF-8 | 跛シカB | 11101000101101111001101111101111101111011011110011101111101111011011011001000010 | e8b79befbdbcefbdb642 |
UHC | 跛??B | 1111011111110101001111110011111101000010 | f7f53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)