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 | 顏肴ェ手塚驍 | 1110100011111000100011011110011010101010100011101110100011111010100111001110100110000010 | e8f88de6aa8ee8fa9ce982 |
EUC-JP | 顏肴ェ手?驍 | 1111000011111010101110101110100010001110101010101011110011101010001111111111000111100010 | f0fabae88eaabcea3ff1e2 |
UTF-8 | 顏肴ェ手塚驍 | 111010011010000110001111111010001000001010110100111011111011110110101010111001101000100110001011111011111010100010010000111010011010100110001101 | e9a18fe882b4efbdaae6898befa890e9a98d |
UHC | ?肴?手?驍 | 001111111111110110100010001111111110001010100010001111111111110110100100 | 3ffda23fe2a23ffda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)