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 | 靄鴉書 | 111010001100100111101001111010111000111110010001 | e8c9e9eb8f91 |
EUC-JP | 靄鴉書 | 111100001100101111110010111011011011110111110001 | f0cbf2edbdf1 |
UTF-8 | 靄鴉書 | 111010011001110110000100111010011011010010001001111001101001101110111000 | e99d84e9b489e69bb8 |
UHC | 靄鴉書 | 111001001111011111100100101111001101111111110110 | e4f7e4bcdff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)