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 | 阨ュ雍句ッ | 1110100010010101101011011110100010110100100010111110010110101111 | e895ade8b48be5af |
EUC-JP | 阨ュ雍句ッ | 11101111111101011000111010101101111100001011011010110110111001111000111010101111 | eff58eadf0b6b6e78eaf |
UTF-8 | 阨ュ雍句ッ | 111010011001100010101000111011111011110110101101111010011001101110001101111001011000111110100101111011111011110110101111 | e998a8efbdade99b8de58fa5efbdaf |
UHC | ??雍句? | 00111111001111111110100010111100110011111010001100111111 | 3f3fe8bccfa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)