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 | 隘ェ荵晁у郢 | 1110100010100101101010101110010010111001100111011110100010000100100001011110011110111001 | e8a5aae4b99de88485e7b9 |
EUC-JP | 隘ェ荵晁у郢 | 111100001010011110001110101010101110100010111011110110101110101010100111111001011110111010111011 | f0a78eaae8bbdaeaa7e5eebb |
UTF-8 | 隘ェ荵晁у郢 | 1110100110011010100110001110111110111101101010101110100010001101101101011110011010011001100000011101000110000011111010011000001110100010 | e99a98efbdaae88db5e69981d183e983a2 |
UHC | 隘??晁у? | 111001001111011000111111001111111111000011000101101011001110010100111111 | e4f63f3ff0c5ace53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)