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 | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | 繒???}B | 11111011100011110011111100111111001111110111110101000010 | fb8f3f3f3f7d42 |
EUC-JP | 繒???}B | 1000111111010100110101000011111100111111001111110111110101000010 | 8fd4d43f3f3f7d42 |
UTF-8 | 繒목렰렫}B | 1110011110111001100100101110101110101010101010011110101110100000101100001110101110100000101010110111110101000010 | e7b992ebaaa9eba0b0eba0ab7d42 |
UHC | 繒목렰렫}B | 11110001111110011011100011110001100011101011110110001110101110010111110101000010 | f1f9b8f18ebd8eb97d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)