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 | 霍悟ョ亥ュ | 1110100010110111100011001110010110101110100010001110010110101101 | e8b78ce5ae88e5ad |
EUC-JP | 霍悟ョ亥ュ | 11110000101110011011100011100111100011101010111010110000111001111000111010101101 | f0b9b8e78eaeb0e78ead |
UTF-8 | 霍悟ョ亥ュ | 111010011001110010001101111001101000001010011111111011111011110110101110111001001011101010100101111011111011110110101101 | e99c8de6829fefbdaee4baa5efbdad |
UHC | ?悟?亥? | 00111111111001111111011000111111111110101010010000111111 | 3fe7f63ffaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)