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 | 邵簿档寬 | 1110011110111000100101011110101110011110100000111111101010101010 | e7b895eb9e83faaa |
EUC-JP | 邵簿档? | 11101110101110101100101011101101110110111110001100111111 | eebacaeddbe33f |
UTF-8 | 邵簿档寬 | 111010011000001010110101111001111011000010111111111001101010000110100011111001011010111110101100 | e982b5e7b0bfe6a1a3e5afac |
UHC | 邵簿?寬 | 11100001110100001101110110101101001111111100111010110000 | e1d0ddad3fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)