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 | ?鎭?膾 | 001111111110100001001110001111111110010001011001 | 3fe84e3fe459 |
EUC-JP | ?鎭?膾 | 001111111110111110101111001111111110011110111010 | 3fefaf3fe7ba |
UTF-8 | 롚鎭뤔膾 | 111010111010000110011010111010011000111010101101111010111010010010010100111010001000011010111110 | eba19ae98eadeba494e886be |
UHC | 롚鎭뤔膾 | 1000111011011110111100101110010110001111110001001111110011101100 | 8edef2e58fc4fcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)