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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豁ェ繧殊髷 | 111001101010110110101010111000111000001010001110111010101110100110011110 | e6adaae3828eeae99e |
EUC-JP | 豁ェ繧殊髷 | 11101100101011111000111010101010111001011110001010111100111011001111000111111110 | ecaf8eaae5e2bcecf1fe |
UTF-8 | 豁ェ繧殊髷 | 111010001011000110000001111011111011110110101010111001111011100110100111111001101010111010001010111010011010101110110111 | e8b181efbdaae7b9a7e6ae8ae9abb7 |
UHC | 豁??殊? | 11111100110000110011111100111111111000101010100000111111 | fcc33f3fe2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)