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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 逑イm | 11100111100100111011001001101101 | e793b26d |
EUC-JP | 逑イm | 1110110111110011100011101011001001101101 | edf38eb26d |
UTF-8 | 逑イm | 11101001100000001001000111101111101111011011001001101101 | e98091efbdb26d |
UHC | 逑?m | 11001111110001110011111101101101 | cfc73f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)