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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 襄剰セソ荳 | 1110010111110101100011111110100010111110101111111110010010111000 | e5f58fe8bebfe4b8 |
EUC-JP | 襄剰セソ荳 | 11101010111101111011111011101010100011101011111010001110101111111110100010111010 | eaf7beea8ebe8ebfe8ba |
UTF-8 | 襄剰セソ荳 | 111010001010010110000100111001011000100110110000111011111011110110111110111011111011110110111111111010001000110110110011 | e8a584e589b0efbdbeefbdbfe88db3 |
UHC | 襄???荳 | 11100101110100010011111100111111001111111101010011100101 | e5d13f3f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)