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 | 100011110101111111100111011010100011111101000010 | 8f5fe76a3f42 |
EUC-JP | 柔輕?B | 101111011100000011101101110010110011111101000010 | bdc0edcb3f42 |
UTF-8 | 柔輕릎B | 11100110100111111001010011101000101111001001010111101011101001101000111001000010 | e69f94e8bc95eba68e42 |
UHC | 柔輕릎B | 11101010111101011100110011101110101110001010110101000010 | eaf5cceeb8ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)