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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 照鍄焦 | 100011111100011011100111111110111000111111000101 | 8fc6e7fb8fc5 |
EUC-JP | 照鍄焦 | 101111101100100011101110111111011011111011000111 | bec8eefdbec7 |
UTF-8 | 照鍄焦 | 111001111000010110100111111010011000110110000100111001111000010010100110 | e785a7e98d84e784a6 |
UHC | 照?焦 | 1111000011001110001111111111010110100101 | f0ce3ff5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)