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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???馴 | 0011111100111111001111111001001111101001 | 3f3f3f93e9 |
EUC-JP | ???馴 | 0011111100111111001111111100011011101011 | 3f3f3fc6eb |
UTF-8 | 拾굟뢛馴 | 111011111010010110110011111010101011010110011111111010111010001010011011111010011010011010110100 | efa5b3eab59feba29be9a6b4 |
UHC | 拾굟뢛馴 | 1110010010101001100000101000011110001111010101101110001011111000 | e4a982878f56e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)