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 | 鉤ォ遨エ荳 | 1110011111101010101010111110011110101001101101001110010010111000 | e7eaabe7a9b4e4b8 |
EUC-JP | 鉤ォ遨エ荳 | 11101110111011001000111010101011111011101010101110001110101101001110100010111010 | eeec8eabeeab8eb4e8ba |
UTF-8 | 鉤ォ遨エ荳 | 111010011000100110100100111011111011110110101011111010011000000110101000111011111011110110110100111010001000110110110011 | e989a4efbdabe981a8efbdb4e88db3 |
UHC | 鉤???荳 | 11001111110010010011111100111111001111111101010011100101 | cfc93f3f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)