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 | 陜咎橿謔ェ | 111010001001110110011001111010011000101010000000111001101000001010101010 | e89d99e98a80e682aa |
EUC-JP | 陜咎橿謔ェ | 11101111111111011101001011101011101100111110000011101011111000101000111010101010 | effdd2ebb3e0ebe28eaa |
UTF-8 | 陜咎橿謔ェ | 111010011001100110011100111001011001001010001110111001101010100110111111111010001010110010010100111011111011110110101010 | e9999ce5928ee6a9bfe8ac94efbdaa |
UHC | 陜咎?謔? | 1111100111110000110011111010010000111111111110011100110000111111 | f9f0cfa43ff9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)