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 | 隘ェ荵晉竇郢 | 1110100010100101101010101110010010111001100111011110011111100010100001011110011110111001 | e8a5aae4b99de7e285e7b9 |
EUC-JP | 隘ェ荵晉竇郢 | 111100001010011110001110101010101110100010111011110110101110100111100011111001011110111010111011 | f0a78eaae8bbdae9e3e5eebb |
UTF-8 | 隘ェ荵晉竇郢 | 111010011001101010011000111011111011110110101010111010001000110110110101111001101001100110001001111001111010101110000111111010011000001110100010 | e99a98efbdaae88db5e69989e7ab87e983a2 |
UHC | 隘??晉竇? | 111001001111011000111111001111111111001011001011110101001110010000111111 | e4f63f3ff2cbd4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)