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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隘ェ荵晁у雋 | 1110100010100101101010101110010010111001100111011110100010000100100001011110100010110010 | e8a5aae4b99de88485e8b2 |
EUC-JP | 隘ェ荵晁у雋 | 111100001010011110001110101010101110100010111011110110101110101010100111111001011111000010110100 | f0a78eaae8bbdaeaa7e5f0b4 |
UTF-8 | 隘ェ荵晁у雋 | 1110100110011010100110001110111110111101101010101110100010001101101101011110011010011001100000011101000110000011111010011001101110001011 | e99a98efbdaae88db5e69981d183e99b8b |
UHC | 隘??晁у雋 | 11100100111101100011111100111111111100001100010110101100111001011111000111100110 | e4f63f3ff0c5ace5f1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)